#AFDF4E

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

Shades of Conifer #AFDF4E

Tints of Conifer #AFDF4E

Color information

#AFDF4E (or 0xAFDF4E) is unknown color: approx Conifer. HEX triplet: AF, DF and 4E. RGB value is (175,223,78). Sum of RGB (Red+Green+Blue) = 175+223+78=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF4E is #5020B1. Grayscale: #C0C0C0. Windows color (decimal): -5251250 or 5169071. OLE color: 5169071.

HSL color Cylindrical-coordinate representation of color #AFDF4E: hue angle of 79.86º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFDF4E is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB17522378-
CMYK0.2200.650.13
HSL79.86º69.38%59.02%-
HSV(B)79.86º65.02%87.45%-
XYZ45.4462.4416.86-
YUV192.1263.6115.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 223 (87.5% from 255) = 46.85%
BLUE value IS 78 (30.86% from 255) = 16.39%
R=36.76%
G=46.85%
B=16.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175223780.2200.650.1379.8669.3859.02
HexAFDF4E16041D50453b
Octal2573371162601011512010573
Binary101011111101111110011101011001000001110110100001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDF4E; }

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

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

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

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

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

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

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

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