#AFE342

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

Shades of Conifer #AFE342

Tints of Conifer #AFE342

Color information

#AFE342 (or 0xAFE342) is unknown color: approx Conifer. HEX triplet: AF, E3 and 42. RGB value is (175,227,66). Sum of RGB (Red+Green+Blue) = 175+227+66=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE342 is #501CBD. Grayscale: #C1C1C1. Windows color (decimal): -5250238 or 4383663. OLE color: 4383663.

HSL color Cylindrical-coordinate representation of color #AFE342: hue angle of 79.38º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFE342 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB17522766-
CMYK0.2300.710.11
HSL79.38º74.19%57.45%-
HSV(B)79.38º70.93%89.02%-
XYZ46.1364.4515.16-
YUV193.156.27115.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 227 (89.06% from 255) = 48.50%
BLUE value IS 66 (26.17% from 255) = 14.10%
R=37.39%
G=48.50%
B=14.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal175227660.2300.710.1179.3874.1957.45
HexAFE34217047B4f4a39
Octal2573431022701071311711271
Binary101011111110001110000101011101000111101110011111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE342; }

 p { color: rgb(175,227,66); }

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

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

 a { background-color: rgb(175,227,66); }

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

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

 span { border-color: rgb(175,227,66); }

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