Html Css Color HEX #8AD100 Citrus

📋 copy color: '#8AD100'

red 138 ◦ green 209 ◦ blue 0

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

Shades of Citrus #8AD100

Tints of Citrus #8AD100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.77%
G = 60.23%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#8AD100 (or 0x8AD100) is known color: Citrus. HEX triplet: 8A, D1 and 00. RGB value is (138,209,0). Sum of RGB (Red+Green+Blue) = 138+209+0=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD100 is #752EFF. Grayscale: #A4A4A4. Windows color (decimal): -7679744 or 53642. OLE color: 53642.

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

Color convert

RGB 138 209 0 -
CMYK 0.34 0 1 0.18
HSL 80.38º 1% 0.41% -
HSV(B) 80.38º 1% 0.82% -
XYZ 33.28 51 8.09 -
YUV 163.95 35.48 109.49 -
System Red Green Blue C M Y K H S L
Decimal 138 209 0 0.34 0 1 0.18 80.38 1 0.41
Hex 8A D1 0 22 0 64 12 50 64 29
Octal 212 321 0 42 0 144 22 120 144 51
Binary 10001010 11010001 0 100010 0 1100100 10010 1010000 1100100 101001

Color Harmonies of #8AD100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD100

Black with #8AD100

Text Example


Text Example

White with #8AD100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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