#ACCD52

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

Shades of Conifer #ACCD52

Tints of Conifer #ACCD52

Color information

#ACCD52 (or 0xACCD52) is unknown color: approx Conifer. HEX triplet: AC, CD and 52. RGB value is (172,205,82). Sum of RGB (Red+Green+Blue) = 172+205+82=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD52 is #5332AD. Grayscale: #B5B5B5. Windows color (decimal): -5452462 or 5426604. OLE color: 5426604.

HSL color Cylindrical-coordinate representation of color #ACCD52: hue angle of 76.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACCD52 is Cyan = 0.16, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB17220582-
CMYK0.1600.60.20
HSL76.1º55.16%56.27%-
HSV(B)76.1º60%80.39%-
XYZ40.3753.0416.09-
YUV181.1172.07121.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 205 (80.47% from 255) = 44.66%
BLUE value IS 82 (32.42% from 255) = 17.86%
R=37.47%
G=44.66%
B=17.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172205820.1600.60.2076.155.1656.27
HexACCD521003C144c3738
Octal25431512220074241146770
Binary10101100110011011010010100000111100101001001100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD52; }

 p { color: rgb(172,205,82); }

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

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

 a { background-color: rgb(172,205,82); }

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

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

 span { border-color: rgb(172,205,82); }

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