#AFEA3D

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

Shades of Conifer #AFEA3D

Tints of Conifer #AFEA3D

Color information

#AFEA3D (or 0xAFEA3D) is unknown color: approx Conifer. HEX triplet: AF, EA and 3D. RGB value is (175,234,61). Sum of RGB (Red+Green+Blue) = 175+234+61=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 61 (24.22% from 255 or 12.98% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA3D is #5015C2. Grayscale: #C5C5C5. Windows color (decimal): -5248451 or 4057775. OLE color: 4057775.

HSL color Cylindrical-coordinate representation of color #AFEA3D: hue angle of 80.46º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFEA3D is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB17523461-
CMYK0.2500.740.08
HSL80.46º80.47%57.84%-
HSV(B)80.46º73.93%91.76%-
XYZ47.9468.315.07-
YUV196.6451.45112.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 234 (91.80% from 255) = 49.79%
BLUE value IS 61 (24.22% from 255) = 12.98%
R=37.23%
G=49.79%
B=12.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal175234610.2500.740.0880.4680.4757.84
HexAFEA3D1904A850503a
Octal257352753101121012012072
Binary10101111111010101111011100101001010100010100001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEA3D; }

 p { color: rgb(175,234,61); }

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

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

 a { background-color: rgb(175,234,61); }

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

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

 span { border-color: rgb(175,234,61); }

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