#9AFE5C

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

Shades of Conifer #9AFE5C

Tints of Conifer #9AFE5C

Color information

#9AFE5C (or 0x9AFE5C) is unknown color: approx Conifer. HEX triplet: 9A, FE and 5C. RGB value is (154,254,92). Sum of RGB (Red+Green+Blue) = 154+254+92=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFE5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFE5C is #6501A3. Grayscale: #CECECE. Windows color (decimal): -6619556 or 6094490. OLE color: 6094490.

HSL color Cylindrical-coordinate representation of color #9AFE5C: hue angle of 97.04º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AFE5C is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB15425492-
CMYK0.3900.640.00
HSL97.04º98.78%67.84%-
HSV(B)97.04º63.78%99.61%-
XYZ50.778.5322.61-
YUV205.6363.8791.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.8%
GREEN value IS 254 (99.61% from 255) = 50.8%
BLUE value IS 92 (36.33% from 255) = 18.4%
R=30.8%
G=50.8%
B=18.4%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal154254920.3900.640.0097.0498.7867.84
Hex9AFE5C270400616344
Octal2323761344701000141143104
Binary10011010111111101011100100111010000000110000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,254,92); }

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

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

 a { background-color: rgb(154,254,92); }

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

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

 span { border-color: rgb(154,254,92); }

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