#9AFB72

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

Shades of Light Green #9AFB72

Tints of Light Green #9AFB72

Color information

#9AFB72 (or 0x9AFB72) is unknown color: approx Light Green. HEX triplet: 9A, FB and 72. RGB value is (154,251,114). Sum of RGB (Red+Green+Blue) = 154+251+114=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFB72 is #65048D. Grayscale: #CECECE. Windows color (decimal): -6620302 or 7535514. OLE color: 7535514.

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

Color convert

RGB154251114-
CMYK0.3900.550.02
HSL102.48º94.48%71.57%-
HSV(B)102.48º54.58%98.43%-
XYZ50.8677.0828.12-
YUV206.3875.8690.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.67%
GREEN value IS 251 (98.44% from 255) = 48.36%
BLUE value IS 114 (44.92% from 255) = 21.97%
R=29.67%
G=48.36%
B=21.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511140.3900.550.02102.4894.4871.57
Hex9AFB72270372665e48
Octal232373162470672146136110
Binary10011010111110111110010100111011011110110011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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