Html Css Color HEX #8AD208 Citrus

📋 copy color: '#8AD208'

red 138 ◦ green 210 ◦ blue 8

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

Shades of Citrus #8AD208

Tints of Citrus #8AD208

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.99%

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 38.76%
G = 58.99%
B = 2.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#8AD208 (or 0x8AD208) is known color: Citrus. HEX triplet: 8A, D2 and 08. RGB value is (138,210,8). Sum of RGB (Red+Green+Blue) = 138+210+8=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD208 is #752DF7. Grayscale: #A6A6A6. Windows color (decimal): -7679480 or 578186. OLE color: 578186.

HSL color Cylindrical-coordinate representation of color #8AD208: hue angle of 81.39º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AD208 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 210 8 -
CMYK 0.34 0 0.96 0.18
HSL 81.39º 0.93% 0.43% -
HSV(B) 81.39º 0.96% 0.82% -
XYZ 33.57 51.51 8.4 -
YUV 165.44 39.15 108.43 -
System Red Green Blue C M Y K H S L
Decimal 138 210 8 0.34 0 0.96 0.18 81.39 0.93 0.43
Hex 8A D2 8 22 0 60 12 51 5D 2B
Octal 212 322 10 42 0 140 22 121 135 53
Binary 10001010 11010010 1000 100010 0 1100000 10010 1010001 1011101 101011

Color Harmonies of #8AD208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD208

Black with #8AD208

Text Example


Text Example

White with #8AD208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,210,8); }

 H1.HeaderClassName
 {
   color: #8AD208;
 }
 .AnyTagClassName
 {
   color: #8AD208;
 }
</style>

background-color css

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

 a { background-color: rgb(138,210,8); }

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

border-color css

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

 span { border-color: rgb(138,210,8); }

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