#ACDD67

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

Shades of Conifer #ACDD67

Tints of Conifer #ACDD67

Color information

#ACDD67 (or 0xACDD67) is unknown color: approx Conifer. HEX triplet: AC, DD and 67. RGB value is (172,221,103). Sum of RGB (Red+Green+Blue) = 172+221+103=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD67 is #532298. Grayscale: #C1C1C1. Windows color (decimal): -5448345 or 6806956. OLE color: 6806956.

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

Color convert

RGB172221103-
CMYK0.2200.530.13
HSL84.92º63.44%63.53%-
HSV(B)84.92º53.39%86.67%-
XYZ45.3261.4622.31-
YUV192.977.27113.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 221 (86.72% from 255) = 44.56%
BLUE value IS 103 (40.62% from 255) = 20.77%
R=34.68%
G=44.56%
B=20.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211030.2200.530.1384.9263.4463.53
HexACDD6716035D553f40
Octal254335147260651512577100
Binary10101100110111011100111101100110101110110101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD67; }

 p { color: rgb(172,221,103); }

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

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

 a { background-color: rgb(172,221,103); }

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

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

 span { border-color: rgb(172,221,103); }

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