#AFFE5E

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

Shades of Conifer #AFFE5E

Tints of Conifer #AFFE5E

Color information

#AFFE5E (or 0xAFFE5E) is unknown color: approx Conifer. HEX triplet: AF, FE and 5E. RGB value is (175,254,94). Sum of RGB (Red+Green+Blue) = 175+254+94=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFE5E is #5001A1. Grayscale: #D4D4D4. Windows color (decimal): -5243298 or 6225583. OLE color: 6225583.

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

Color convert

RGB17525494-
CMYK0.3100.630.00
HSL89.62º98.77%68.24%-
HSV(B)89.62º62.99%99.61%-
XYZ55.1480.8123.28-
YUV212.1461.33101.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 254 (99.61% from 255) = 48.57%
BLUE value IS 94 (37.11% from 255) = 17.97%
R=33.46%
G=48.57%
B=17.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal175254940.3100.630.0089.6298.7768.24
HexAFFE5E1F03F05a6344
Octal257376136370770132143104
Binary101011111111111010111101111101111110101101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFE5E; }

 p { color: rgb(175,254,94); }

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

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

 a { background-color: rgb(175,254,94); }

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

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

 span { border-color: rgb(175,254,94); }

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