Html Css Color HEX #ACDD65 Conifer

📋 copy color: '#ACDD65'

red 172 ◦ green 221 ◦ blue 101

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

Shades of Conifer #ACDD65

Tints of Conifer #ACDD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.45%

R = 34.82%
G = 44.74%
B = 20.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#ACDD65 (or 0xACDD65) is known color: Conifer. HEX triplet: AC, DD and 65. RGB value is (172,221,101). Sum of RGB (Red+Green+Blue) = 172+221+101=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD65 is #53229A. Grayscale: #C1C1C1. Windows color (decimal): -5448347 or 6675884. OLE color: 6675884.

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

Color convert

RGB 172 221 101 -
CMYK 0.22 0 0.54 0.13
HSL 84.5º 0.64% 0.63% -
HSV(B) 84.5º 0.54% 0.87% -
XYZ 45.22 61.42 21.78 -
YUV 192.67 76.27 113.26 -
System Red Green Blue C M Y K H S L
Decimal 172 221 101 0.22 0 0.54 0.13 84.5 0.64 0.63
Hex AC DD 65 16 0 36 D 54 40 3F
Octal 254 335 145 26 0 66 15 124 100 77
Binary 10101100 11011101 1100101 10110 0 110110 1101 1010100 1000000 111111

Color Harmonies of #ACDD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD65

Black with #ACDD65

Text Example


Text Example

White with #ACDD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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