#AFE746

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

Shades of Conifer #AFE746

Tints of Conifer #AFE746

Color information

#AFE746 (or 0xAFE746) is unknown color: approx Conifer. HEX triplet: AF, E7 and 46. RGB value is (175,231,70). Sum of RGB (Red+Green+Blue) = 175+231+70=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE746 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE746 is #5018B9. Grayscale: #C4C4C4. Windows color (decimal): -5249210 or 4646831. OLE color: 4646831.

HSL color Cylindrical-coordinate representation of color #AFE746: hue angle of 80.87º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFE746 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB17523170-
CMYK0.2400.700.09
HSL80.87º77.03%59.02%-
HSV(B)80.87º69.7%90.59%-
XYZ47.3666.7116.17-
YUV195.956.95113.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 231 (90.62% from 255) = 48.53%
BLUE value IS 70 (27.73% from 255) = 14.71%
R=36.76%
G=48.53%
B=14.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal175231700.2400.700.0980.8777.0359.02
HexAFE746180469514d3b
Octal2573471063001061112111573
Binary101011111110011110001101100001000110100110100011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE746; }

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

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

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

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

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

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

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

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