Html Css Color HEX #ACDD63 Conifer

📋 copy color: '#ACDD63'

red 172 ◦ green 221 ◦ blue 99

#ACDD63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #ACDD63

Tints of Conifer #ACDD63

RGB

 RED value IS 172 (67.58% from 255) = 34.96%

 GREEN value IS 221 (86.72% from 255) = 44.92%

 BLUE value IS 99 (39.06% from 255) = 20.12%

R = 34.96%
G = 44.92%
B = 20.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#ACDD63 (or 0xACDD63) is known color: Conifer. HEX triplet: AC, DD and 63. RGB value is (172,221,99). Sum of RGB (Red+Green+Blue) = 172+221+99=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD63 is #53229C. Grayscale: #C0C0C0. Windows color (decimal): -5448349 or 6544812. OLE color: 6544812.

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

Color convert

RGB 172 221 99 -
CMYK 0.22 0 0.55 0.13
HSL 84.1º 0.64% 0.63% -
HSV(B) 84.1º 0.55% 0.87% -
XYZ 45.12 61.38 21.27 -
YUV 192.44 75.27 113.42 -
System Red Green Blue C M Y K H S L
Decimal 172 221 99 0.22 0 0.55 0.13 84.1 0.64 0.63
Hex AC DD 63 16 0 37 D 54 40 3F
Octal 254 335 143 26 0 67 15 124 100 77
Binary 10101100 11011101 1100011 10110 0 110111 1101 1010100 1000000 111111

Color Harmonies of #ACDD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD63

Black with #ACDD63

Text Example


Text Example

White with #ACDD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD63; }

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

 H1.HeaderClassName
 {
   color: #ACDD63;
 }
 .AnyTagClassName
 {
   color: #ACDD63;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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