Html Css Color HEX #8AD605 Citrus

📋 copy color: '#8AD605'

red 138 ◦ green 214 ◦ blue 5

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

Shades of Citrus #8AD605

Tints of Citrus #8AD605

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.94%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 38.66%
G = 59.94%
B = 1.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#8AD605 (or 0x8AD605) is known color: Citrus. HEX triplet: 8A, D6 and 05. RGB value is (138,214,5). Sum of RGB (Red+Green+Blue) = 138+214+5=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 214 (83.98% from 255 or 59.94% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD605 is #7529FA. Grayscale: #A8A8A8. Windows color (decimal): -7678459 or 382602. OLE color: 382602.

HSL color Cylindrical-coordinate representation of color #8AD605: hue angle of 81.82º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AD605 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 214 5 -
CMYK 0.36 0 0.98 0.16
HSL 81.82º 0.95% 0.43% -
HSV(B) 81.82º 0.98% 0.84% -
XYZ 34.56 53.51 8.65 -
YUV 167.45 36.32 106.99 -
System Red Green Blue C M Y K H S L
Decimal 138 214 5 0.36 0 0.98 0.16 81.82 0.95 0.43
Hex 8A D6 5 24 0 62 10 52 5F 2B
Octal 212 326 5 44 0 142 20 122 137 53
Binary 10001010 11010110 101 100100 0 1100010 10000 1010010 1011111 101011

Color Harmonies of #8AD605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD605

Black with #8AD605

Text Example


Text Example

White with #8AD605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,214,5); }

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

background-color css

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

 a { background-color: rgb(138,214,5); }

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

border-color css

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

 span { border-color: rgb(138,214,5); }

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