#9AFC75

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

Shades of Light Green #9AFC75

Tints of Light Green #9AFC75

Color information

#9AFC75 (or 0x9AFC75) is unknown color: approx Light Green. HEX triplet: 9A, FC and 75. RGB value is (154,252,117). Sum of RGB (Red+Green+Blue) = 154+252+117=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFC75 is #65038A. Grayscale: #CFCFCF. Windows color (decimal): -6620043 or 7732378. OLE color: 7732378.

HSL color Cylindrical-coordinate representation of color #9AFC75: hue angle of 103.56º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AFC75 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB154252117-
CMYK0.3900.540.01
HSL103.56º95.74%72.35%-
HSV(B)103.56º53.57%98.82%-
XYZ51.3577.7829.14-
YUV207.3177.0389.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.45%
GREEN value IS 252 (98.83% from 255) = 48.18%
BLUE value IS 117 (46.09% from 255) = 22.37%
R=29.45%
G=48.18%
B=22.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542521170.3900.540.01103.5695.7472.35
Hex9AFC75270361686048
Octal232374165470661150140110
Binary1001101011111100111010110011101101101110100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,252,117); }

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

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

 a { background-color: rgb(154,252,117); }

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

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

 span { border-color: rgb(154,252,117); }

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