#AFE74E

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

Shades of Conifer #AFE74E

Tints of Conifer #AFE74E

Color information

#AFE74E (or 0xAFE74E) is unknown color: approx Conifer. HEX triplet: AF, E7 and 4E. RGB value is (175,231,78). Sum of RGB (Red+Green+Blue) = 175+231+78=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE74E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE74E is #5018B1. Grayscale: #C5C5C5. Windows color (decimal): -5249202 or 5171119. OLE color: 5171119.

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

Color convert

RGB17523178-
CMYK0.2400.660.09
HSL81.96º76.12%60.59%-
HSV(B)81.96º66.23%90.59%-
XYZ47.6366.8217.59-
YUV196.8160.95112.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 231 (90.62% from 255) = 47.73%
BLUE value IS 78 (30.86% from 255) = 16.12%
R=36.16%
G=47.73%
B=16.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal175231780.2400.660.0981.9676.1260.59
HexAFE74E180429524c3d
Octal2573471163001021112211475
Binary101011111110011110011101100001000010100110100101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE74E; }

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

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

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

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

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

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

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

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