Html Css Color HEX #8AD407 Citrus

📋 copy color: '#8AD407'

red 138 ◦ green 212 ◦ blue 7

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

Shades of Citrus #8AD407

Tints of Citrus #8AD407

RGB

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

 GREEN value IS 212 (83.2% from 255) = 59.38%

 BLUE value IS 7 (3.13% from 255) = 1.96%

R = 38.66%
G = 59.38%
B = 1.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#8AD407 (or 0x8AD407) is known color: Citrus. HEX triplet: 8A, D4 and 07. RGB value is (138,212,7). Sum of RGB (Red+Green+Blue) = 138+212+7=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 212 (83.20% from 255 or 59.38% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD407 is #752BF8. Grayscale: #A7A7A7. Windows color (decimal): -7678969 or 513162. OLE color: 513162.

HSL color Cylindrical-coordinate representation of color #8AD407: hue angle of 81.66º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AD407 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 138 212 7 -
CMYK 0.35 0 0.97 0.17
HSL 81.66º 0.94% 0.43% -
HSV(B) 81.66º 0.97% 0.83% -
XYZ 34.06 52.51 8.54 -
YUV 166.5 37.98 107.67 -
System Red Green Blue C M Y K H S L
Decimal 138 212 7 0.35 0 0.97 0.17 81.66 0.94 0.43
Hex 8A D4 7 23 0 61 11 52 5E 2B
Octal 212 324 7 43 0 141 21 122 136 53
Binary 10001010 11010100 111 100011 0 1100001 10001 1010010 1011110 101011

Color Harmonies of #8AD407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD407

Black with #8AD407

Text Example


Text Example

White with #8AD407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,212,7); }

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

background-color css

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

 a { background-color: rgb(138,212,7); }

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

border-color css

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

 span { border-color: rgb(138,212,7); }

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