#AFDA45

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

Shades of Conifer #AFDA45

Tints of Conifer #AFDA45

Color information

#AFDA45 (or 0xAFDA45) is unknown color: approx Conifer. HEX triplet: AF, DA and 45. RGB value is (175,218,69). Sum of RGB (Red+Green+Blue) = 175+218+69=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDA45 is #5025BA. Grayscale: #BCBCBC. Windows color (decimal): -5252539 or 4577967. OLE color: 4577967.

HSL color Cylindrical-coordinate representation of color #AFDA45: hue angle of 77.32º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFDA45 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB17521869-
CMYK0.2000.680.15
HSL77.32º66.82%56.27%-
HSV(B)77.32º68.35%85.49%-
XYZ43.8259.6914.84-
YUV188.1660.75118.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 218 (85.55% from 255) = 47.19%
BLUE value IS 69 (27.34% from 255) = 14.94%
R=37.88%
G=47.19%
B=14.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175218690.2000.680.1577.3266.8256.27
HexAFDA4514044F4d4338
Octal2573321052401041711510370
Binary101011111101101010001011010001000100111110011011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDA45; }

 p { color: rgb(175,218,69); }

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

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

 a { background-color: rgb(175,218,69); }

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

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

 span { border-color: rgb(175,218,69); }

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