#9AFA5D

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

Shades of Conifer #9AFA5D

Tints of Conifer #9AFA5D

Color information

#9AFA5D (or 0x9AFA5D) is unknown color: approx Conifer. HEX triplet: 9A, FA and 5D. RGB value is (154,250,93). Sum of RGB (Red+Green+Blue) = 154+250+93=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFA5D is #6505A2. Grayscale: #CBCBCB. Windows color (decimal): -6620579 or 6159002. OLE color: 6159002.

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

Color convert

RGB15425093-
CMYK0.3800.630.02
HSL96.69º94.01%67.25%-
HSV(B)96.69º62.8%98.04%-
XYZ49.4976.0322.42-
YUV203.465.792.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.99%
GREEN value IS 250 (98.05% from 255) = 50.30%
BLUE value IS 93 (36.72% from 255) = 18.71%
R=30.99%
G=50.30%
B=18.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal154250930.3800.630.0296.6994.0167.25
Hex9AFA5D2603F2615e43
Octal232372135460772141136103
Binary10011010111110101011101100110011111110110000110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,250,93); }

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

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

 a { background-color: rgb(154,250,93); }

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

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

 span { border-color: rgb(154,250,93); }

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