#AFE740

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

Shades of Conifer #AFE740

Tints of Conifer #AFE740

Color information

#AFE740 (or 0xAFE740) is unknown color: approx Conifer. HEX triplet: AF, E7 and 40. RGB value is (175,231,64). Sum of RGB (Red+Green+Blue) = 175+231+64=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 231 (90.62% from 255 or 49.15% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE740 is #5018BF. Grayscale: #C3C3C3. Windows color (decimal): -5249216 or 4253615. OLE color: 4253615.

HSL color Cylindrical-coordinate representation of color #AFE740: hue angle of 80.12º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFE740 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB17523164-
CMYK0.2400.720.09
HSL80.12º77.67%57.84%-
HSV(B)80.12º72.29%90.59%-
XYZ47.1866.6415.23-
YUV195.2253.95113.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 231 (90.62% from 255) = 49.15%
BLUE value IS 64 (25.39% from 255) = 13.62%
R=37.23%
G=49.15%
B=13.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal175231640.2400.720.0980.1277.6757.84
HexAFE740180489504e3a
Octal2573471003001101112011672
Binary101011111110011110000001100001001000100110100001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE740; }

 p { color: rgb(175,231,64); }

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

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

 a { background-color: rgb(175,231,64); }

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

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

 span { border-color: rgb(175,231,64); }

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