#AFE65F

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

Shades of Conifer #AFE65F

Tints of Conifer #AFE65F

Color information

#AFE65F (or 0xAFE65F) is unknown color: approx Conifer. HEX triplet: AF, E6 and 5F. RGB value is (175,230,95). Sum of RGB (Red+Green+Blue) = 175+230+95=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 230 (90.23% from 255 or 46% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE65F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE65F is #5019A0. Grayscale: #C6C6C6. Windows color (decimal): -5249441 or 6284975. OLE color: 6284975.

HSL color Cylindrical-coordinate representation of color #AFE65F: hue angle of 84.44º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFE65F is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB17523095-
CMYK0.2400.590.10
HSL84.44º72.97%63.73%-
HSV(B)84.44º58.7%90.2%-
XYZ48.0466.5321.14-
YUV198.1669.78111.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 230 (90.23% from 255) = 46%
BLUE value IS 95 (37.5% from 255) = 19%
R=35%
G=46%
B=19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal175230950.2400.590.1084.4472.9763.73
HexAFE65F1803BA544940
Octal2573461373007312124111100
Binary101011111110011010111111100001110111010101010010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE65F; }

 p { color: rgb(175,230,95); }

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

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

 a { background-color: rgb(175,230,95); }

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

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

 span { border-color: rgb(175,230,95); }

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