#8AC202

Color #8AC202 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #8AC202

Tints of Citrus #8AC202

Color information

#8AC202 (or 0x8AC202) is unknown color: approx Citrus. HEX triplet: 8A, C2 and 02. RGB value is (138,194,2). Sum of RGB (Red+Green+Blue) = 138+194+2=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC202 is #753DFD. Grayscale: #9C9C9C. Windows color (decimal): -7683582 or 180874. OLE color: 180874.

HSL color Cylindrical-coordinate representation of color #8AC202: hue angle of 77.5º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AC202 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1381942-
CMYK0.2900.990.24
HSL77.5º97.96%38.43%-
HSV(B)77.5º98.97%76.08%-
XYZ29.7843.996.98-
YUV155.3741.45115.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 41.32%
GREEN value IS 194 (76.17% from 255) = 58.08%
BLUE value IS 2 (1.17% from 255) = 0.60%
R=41.32%
G=58.08%
B=0.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13819420.2900.990.2477.597.9638.43
Hex8AC221D063184e6226
Octal21230223501433011614246
Binary10001010110000101011101011000111100010011101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AC202; }

 p { color: rgb(138,194,2); }

 H1.HeaderClassName
 {
   color: #8AC202;
 }
 .AnyTagClassName
 {
   color: #8AC202;
 }
</style>
background-color css

<style>
 a { background-color: #8AC202; }

 a { background-color: rgb(138,194,2); }

 div.DivClassName
 {
   background-color: #8AC202;
 }
 .BgClassName
 {
   background-color: #8AC202;
 }
</style>
border-color css

<style>
 span { border-color: #8AC202; }

 span { border-color: rgb(138,194,2); }

 td.TdClassName
 {
   border-color: #8AC202;
 }
 .TagClassName
 {
   border-color: #8AC202;
 }
</style>