Html Css Color HEX #ACDD61 Conifer

📋 copy color: '#ACDD61'

red 172 ◦ green 221 ◦ blue 97

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

Shades of Conifer #ACDD61

Tints of Conifer #ACDD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.8%

R = 35.1%
G = 45.1%
B = 19.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#ACDD61 (or 0xACDD61) is known color: Conifer. HEX triplet: AC, DD and 61. RGB value is (172,221,97). Sum of RGB (Red+Green+Blue) = 172+221+97=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD61 is #53229E. Grayscale: #C0C0C0. Windows color (decimal): -5448351 or 6413740. OLE color: 6413740.

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

Color convert

RGB 172 221 97 -
CMYK 0.22 0 0.56 0.13
HSL 83.71º 0.65% 0.62% -
HSV(B) 83.71º 0.56% 0.87% -
XYZ 45.03 61.35 20.78 -
YUV 192.21 74.27 113.58 -
System Red Green Blue C M Y K H S L
Decimal 172 221 97 0.22 0 0.56 0.13 83.71 0.65 0.62
Hex AC DD 61 16 0 38 D 54 41 3E
Octal 254 335 141 26 0 70 15 124 101 76
Binary 10101100 11011101 1100001 10110 0 111000 1101 1010100 1000001 111110

Color Harmonies of #ACDD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD61

Black with #ACDD61

Text Example


Text Example

White with #ACDD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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