Html Css Color HEX #8ADC92 Light Green

📋 copy color: '#8ADC92'

red 138 ◦ green 220 ◦ blue 146

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

Shades of Light Green #8ADC92

Tints of Light Green #8ADC92

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.65%

 BLUE value IS 146 (57.42% from 255) = 28.97%

R = 27.38%
G = 43.65%
B = 28.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#8ADC92 (or 0x8ADC92) is known color: Light Green. HEX triplet: 8A, DC and 92. RGB value is (138,220,146). Sum of RGB (Red+Green+Blue) = 138+220+146=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADC92 is #75236D. Grayscale: #BBBBBB. Windows color (decimal): -7676782 or 9624714. OLE color: 9624714.

HSL color Cylindrical-coordinate representation of color #8ADC92: hue angle of 125.85º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADC92 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 220 146 -
CMYK 0.37 0 0.34 0.14
HSL 125.85º 0.54% 0.7% -
HSV(B) 125.85º 0.37% 0.86% -
XYZ 41.26 58.67 36.34 -
YUV 187.05 104.83 93.02 -
System Red Green Blue C M Y K H S L
Decimal 138 220 146 0.37 0 0.34 0.14 125.85 0.54 0.7
Hex 8A DC 92 25 0 22 E 7E 36 46
Octal 212 334 222 45 0 42 16 176 66 106
Binary 10001010 11011100 10010010 100101 0 100010 1110 1111110 110110 1000110

Color Harmonies of #8ADC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC92

Black with #8ADC92

Text Example


Text Example

White with #8ADC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,220,146); }

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

background-color css

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

 a { background-color: rgb(138,220,146); }

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

border-color css

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

 span { border-color: rgb(138,220,146); }

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