Html Css Color HEX #ACDD5D Conifer

📋 copy color: '#ACDD5D'

red 172 ◦ green 221 ◦ blue 93

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

Shades of Conifer #ACDD5D

Tints of Conifer #ACDD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.14%

R = 35.39%
G = 45.47%
B = 19.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#ACDD5D (or 0xACDD5D) is known color: Conifer. HEX triplet: AC, DD and 5D. RGB value is (172,221,93). Sum of RGB (Red+Green+Blue) = 172+221+93=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD5D is #5322A2. Grayscale: #C0C0C0. Windows color (decimal): -5448355 or 6151596. OLE color: 6151596.

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

Color convert

RGB 172 221 93 -
CMYK 0.22 0 0.58 0.13
HSL 82.97º 0.65% 0.62% -
HSV(B) 82.97º 0.58% 0.87% -
XYZ 44.85 61.27 19.82 -
YUV 191.76 72.27 113.91 -
System Red Green Blue C M Y K H S L
Decimal 172 221 93 0.22 0 0.58 0.13 82.97 0.65 0.62
Hex AC DD 5D 16 0 3A D 53 41 3E
Octal 254 335 135 26 0 72 15 123 101 76
Binary 10101100 11011101 1011101 10110 0 111010 1101 1010011 1000001 111110

Color Harmonies of #ACDD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD5D

Black with #ACDD5D

Text Example


Text Example

White with #ACDD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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