#AFD654

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

Shades of Conifer #AFD654

Tints of Conifer #AFD654

Color information

#AFD654 (or 0xAFD654) is unknown color: approx Conifer. HEX triplet: AF, D6 and 54. RGB value is (175,214,84). Sum of RGB (Red+Green+Blue) = 175+214+84=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD654 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD654 is #5029AB. Grayscale: #BCBCBC. Windows color (decimal): -5253548 or 5559983. OLE color: 5559983.

HSL color Cylindrical-coordinate representation of color #AFD654: hue angle of 78º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFD654 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB17521484-
CMYK0.1800.610.16
HSL78º61.32%58.43%-
HSV(B)78º60.75%83.92%-
XYZ43.3357.8517.27-
YUV187.5269.58119.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 214 (83.98% from 255) = 45.24%
BLUE value IS 84 (33.20% from 255) = 17.76%
R=37.00%
G=45.24%
B=17.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175214840.1800.610.167861.3258.43
HexAFD6541203D104e3d3a
Octal25732612422075201167572
Binary10101111110101101010100100100111101100001001110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD654; }

 p { color: rgb(175,214,84); }

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

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

 a { background-color: rgb(175,214,84); }

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

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

 span { border-color: rgb(175,214,84); }

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