Html Css Color HEX #8AC202 Citrus

📋 copy color: '#8AC202'

red 138 ◦ green 194 ◦ blue 2

#8AC202
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #8AC202

Tints of Citrus #8AC202

RGB

 RED value IS 138 (54.3% from 255) = 41.32%

 GREEN value IS 194 (76.17% from 255) = 58.08%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 41.32%
G = 58.08%
B = 0.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#8AC202 (or 0x8AC202) is known color: 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

RGB 138 194 2 -
CMYK 0.29 0 0.99 0.24
HSL 77.5º 0.98% 0.38% -
HSV(B) 77.5º 0.99% 0.76% -
XYZ 29.78 43.99 6.98 -
YUV 155.37 41.45 115.61 -
System Red Green Blue C M Y K H S L
Decimal 138 194 2 0.29 0 0.99 0.24 77.5 0.98 0.38
Hex 8A C2 2 1D 0 63 18 4E 62 26
Octal 212 302 2 35 0 143 30 116 142 46
Binary 10001010 11000010 10 11101 0 1100011 11000 1001110 1100010 100110

Color Harmonies of #8AC202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC202

Black with #8AC202

Text Example


Text Example

White with #8AC202

Text Example


Text Example

HTML Codes & Css Web 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>