Html Css Color HEX #8AD008 Citrus

📋 copy color: '#8AD008'

red 138 ◦ green 208 ◦ blue 8

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

Shades of Citrus #8AD008

Tints of Citrus #8AD008

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.76%

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

R = 38.98%
G = 58.76%
B = 2.26%

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

#8AD008 (or 0x8AD008) is known color: Citrus. HEX triplet: 8A, D0 and 08. RGB value is (138,208,8). Sum of RGB (Red+Green+Blue) = 138+208+8=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD008 is #752FF7. Grayscale: #A5A5A5. Windows color (decimal): -7679992 or 577674. OLE color: 577674.

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

Color convert

RGB 138 208 8 -
CMYK 0.34 0 0.96 0.18
HSL 81º 0.93% 0.42% -
HSV(B) 81º 0.96% 0.82% -
XYZ 33.08 50.53 8.24 -
YUV 164.27 39.81 109.26 -
System Red Green Blue C M Y K H S L
Decimal 138 208 8 0.34 0 0.96 0.18 81 0.93 0.42
Hex 8A D0 8 22 0 60 12 51 5D 2A
Octal 212 320 10 42 0 140 22 121 135 52
Binary 10001010 11010000 1000 100010 0 1100000 10010 1010001 1011101 101010

Color Harmonies of #8AD008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD008

Black with #8AD008

Text Example


Text Example

White with #8AD008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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