#9AFE58

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

Shades of Conifer #9AFE58

Tints of Conifer #9AFE58

Color information

#9AFE58 (or 0x9AFE58) is unknown color: approx Conifer. HEX triplet: 9A, FE and 58. RGB value is (154,254,88). Sum of RGB (Red+Green+Blue) = 154+254+88=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFE58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFE58 is #6501A7. Grayscale: #CDCDCD. Windows color (decimal): -6619560 or 5832346. OLE color: 5832346.

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

Color convert

RGB15425488-
CMYK0.3900.650.00
HSL96.14º98.81%67.06%-
HSV(B)96.14º65.35%99.61%-
XYZ50.5378.4621.71-
YUV205.1861.8791.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.05%
GREEN value IS 254 (99.61% from 255) = 51.21%
BLUE value IS 88 (34.77% from 255) = 17.74%
R=31.05%
G=51.21%
B=17.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal154254880.3900.650.0096.1498.8167.06
Hex9AFE58270410606343
Octal2323761304701010140143103
Binary10011010111111101011000100111010000010110000011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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