#9AFB7E

Color #9AFB7E Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #9AFB7E

Tints of Light Green #9AFB7E

Color information

#9AFB7E (or 0x9AFB7E) is unknown color: approx Light Green. HEX triplet: 9A, FB and 7E. RGB value is (154,251,126). Sum of RGB (Red+Green+Blue) = 154+251+126=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFB7E is #650481. Grayscale: #D0D0D0. Windows color (decimal): -6620290 or 8321946. OLE color: 8321946.

HSL color Cylindrical-coordinate representation of color #9AFB7E: hue angle of 106.56º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AFB7E is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB154251126-
CMYK0.3900.500.02
HSL106.56º93.98%73.92%-
HSV(B)106.56º49.8%98.43%-
XYZ51.5977.3731.95-
YUV207.7581.8689.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.00%
GREEN value IS 251 (98.44% from 255) = 47.27%
BLUE value IS 126 (49.61% from 255) = 23.73%
R=29.00%
G=47.27%
B=23.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511260.3900.500.02106.5693.9873.92
Hex9AFB7E2703226b5e4a
Octal232373176470622153136112
Binary10011010111110111111110100111011001010110101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,251,126); }

 H1.HeaderClassName
 {
   color: #9AFB7E;
 }
 .AnyTagClassName
 {
   color: #9AFB7E;
 }
</style>
background-color css

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

 a { background-color: rgb(154,251,126); }

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

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

 span { border-color: rgb(154,251,126); }

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