Html Css Color HEX #8AD102 Citrus

📋 copy color: '#8AD102'

red 138 ◦ green 209 ◦ blue 2

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

Shades of Citrus #8AD102

Tints of Citrus #8AD102

RGB

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

 GREEN value IS 209 (82.03% from 255) = 59.89%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 39.54%
G = 59.89%
B = 0.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#8AD102 (or 0x8AD102) is known color: Citrus. HEX triplet: 8A, D1 and 02. RGB value is (138,209,2). Sum of RGB (Red+Green+Blue) = 138+209+2=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 209 (82.03% from 255 or 59.89% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD102 is #752EFD. Grayscale: #A4A4A4. Windows color (decimal): -7679742 or 184714. OLE color: 184714.

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

Color convert

RGB 138 209 2 -
CMYK 0.34 0 0.99 0.18
HSL 80.58º 0.98% 0.41% -
HSV(B) 80.58º 0.99% 0.82% -
XYZ 33.29 51.01 8.15 -
YUV 164.17 36.48 109.33 -
System Red Green Blue C M Y K H S L
Decimal 138 209 2 0.34 0 0.99 0.18 80.58 0.98 0.41
Hex 8A D1 2 22 0 63 12 51 62 29
Octal 212 321 2 42 0 143 22 121 142 51
Binary 10001010 11010001 10 100010 0 1100011 10010 1010001 1100010 101001

Color Harmonies of #8AD102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD102

Black with #8AD102

Text Example


Text Example

White with #8AD102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,209,2); }

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

background-color css

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

 a { background-color: rgb(138,209,2); }

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

border-color css

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

 span { border-color: rgb(138,209,2); }

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