Html Css Color HEX #8AD607 Citrus

📋 copy color: '#8AD607'

red 138 ◦ green 214 ◦ blue 7

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

Shades of Citrus #8AD607

Tints of Citrus #8AD607

RGB

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

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

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

R = 38.44%
G = 59.61%
B = 1.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#8AD607 (or 0x8AD607) is known color: Citrus. HEX triplet: 8A, D6 and 07. RGB value is (138,214,7). Sum of RGB (Red+Green+Blue) = 138+214+7=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 214 (83.98% from 255 or 59.61% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD607 is #7529F8. Grayscale: #A8A8A8. Windows color (decimal): -7678457 or 513674. OLE color: 513674.

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

Color convert

RGB 138 214 7 -
CMYK 0.36 0 0.97 0.16
HSL 82.03º 0.94% 0.43% -
HSV(B) 82.03º 0.97% 0.84% -
XYZ 34.57 53.51 8.71 -
YUV 167.68 37.32 106.83 -
System Red Green Blue C M Y K H S L
Decimal 138 214 7 0.36 0 0.97 0.16 82.03 0.94 0.43
Hex 8A D6 7 24 0 61 10 52 5E 2B
Octal 212 326 7 44 0 141 20 122 136 53
Binary 10001010 11010110 111 100100 0 1100001 10000 1010010 1011110 101011

Color Harmonies of #8AD607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD607

Black with #8AD607

Text Example


Text Example

White with #8AD607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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