Html Css Color HEX #8AD216 Yellow Green

📋 copy color: '#8AD216'

red 138 ◦ green 210 ◦ blue 22

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

Shades of Yellow Green #8AD216

Tints of Yellow Green #8AD216

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56.76%

 BLUE value IS 22 (8.98% from 255) = 5.95%

R = 37.3%
G = 56.76%
B = 5.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#8AD216 (or 0x8AD216) is known color: Yellow Green. HEX triplet: 8A, D2 and 16. RGB value is (138,210,22). Sum of RGB (Red+Green+Blue) = 138+210+22=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD216 is #752DE9. Grayscale: #A7A7A7. Windows color (decimal): -7679466 or 1495690. OLE color: 1495690.

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

Color convert

RGB 138 210 22 -
CMYK 0.34 0 0.90 0.18
HSL 82.98º 0.81% 0.45% -
HSV(B) 82.98º 0.9% 0.82% -
XYZ 33.67 51.55 8.94 -
YUV 167.04 46.15 107.29 -
System Red Green Blue C M Y K H S L
Decimal 138 210 22 0.34 0 0.90 0.18 82.98 0.81 0.45
Hex 8A D2 16 22 0 5A 12 53 51 2D
Octal 212 322 26 42 0 132 22 123 121 55
Binary 10001010 11010010 10110 100010 0 1011010 10010 1010011 1010001 101101

Color Harmonies of #8AD216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD216

Black with #8AD216

Text Example


Text Example

White with #8AD216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,210,22); }

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

background-color css

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

 a { background-color: rgb(138,210,22); }

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

border-color css

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

 span { border-color: rgb(138,210,22); }

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