Html Css Color HEX #9AF28C Light Green

📋 copy color: '#9AF28C'

red 154 ◦ green 242 ◦ blue 140

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

Shades of Light Green #9AF28C

Tints of Light Green #9AF28C

RGB

 RED value IS 154 (60.55% from 255) = 28.73%

 GREEN value IS 242 (94.92% from 255) = 45.15%

 BLUE value IS 140 (55.08% from 255) = 26.12%

R = 28.73%
G = 45.15%
B = 26.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#9AF28C (or 0x9AF28C) is known color: Light Green. HEX triplet: 9A, F2 and 8C. RGB value is (154,242,140). Sum of RGB (Red+Green+Blue) = 154+242+140=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF28C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF28C is #650D73. Grayscale: #CCCCCC. Windows color (decimal): -6622580 or 9237146. OLE color: 9237146.

HSL color Cylindrical-coordinate representation of color #9AF28C: hue angle of 111.76º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9AF28C is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 242 140 -
CMYK 0.36 0 0.42 0.05
HSL 111.76º 0.8% 0.75% -
HSV(B) 111.76º 0.42% 0.95% -
XYZ 49.81 72.27 36.13 -
YUV 204.06 91.85 92.29 -
System Red Green Blue C M Y K H S L
Decimal 154 242 140 0.36 0 0.42 0.05 111.76 0.8 0.75
Hex 9A F2 8C 24 0 2A 5 70 50 4B
Octal 232 362 214 44 0 52 5 160 120 113
Binary 10011010 11110010 10001100 100100 0 101010 101 1110000 1010000 1001011

Color Harmonies of #9AF28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF28C

Black with #9AF28C

Text Example


Text Example

White with #9AF28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AF28C; }

 p { color: rgb(154,242,140); }

 H1.HeaderClassName
 {
   color: #9AF28C;
 }
 .AnyTagClassName
 {
   color: #9AF28C;
 }
</style>

background-color css

<style>
 a { background-color: #9AF28C; }

 a { background-color: rgb(154,242,140); }

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

border-color css

<style>
 span { border-color: #9AF28C; }

 span { border-color: rgb(154,242,140); }

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