Html Css Color HEX #ACDE52 Conifer

📋 copy color: '#ACDE52'

red 172 ◦ green 222 ◦ blue 82

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

Shades of Conifer #ACDE52

Tints of Conifer #ACDE52

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.64%

 BLUE value IS 82 (32.42% from 255) = 17.23%

R = 36.13%
G = 46.64%
B = 17.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#ACDE52 (or 0xACDE52) is known color: Conifer. HEX triplet: AC, DE and 52. RGB value is (172,222,82). Sum of RGB (Red+Green+Blue) = 172+222+82=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDE52 is #5321AD. Grayscale: #BFBFBF. Windows color (decimal): -5448110 or 5430956. OLE color: 5430956.

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

Color convert

RGB 172 222 82 -
CMYK 0.23 0 0.63 0.13
HSL 81.43º 0.68% 0.6% -
HSV(B) 81.43º 0.63% 0.87% -
XYZ 44.66 61.62 17.52 -
YUV 191.09 66.44 114.38 -
System Red Green Blue C M Y K H S L
Decimal 172 222 82 0.23 0 0.63 0.13 81.43 0.68 0.6
Hex AC DE 52 17 0 3F D 51 44 3C
Octal 254 336 122 27 0 77 15 121 104 74
Binary 10101100 11011110 1010010 10111 0 111111 1101 1010001 1000100 111100

Color Harmonies of #ACDE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDE52

Black with #ACDE52

Text Example


Text Example

White with #ACDE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDE52; }

 p { color: rgb(172,222,82); }

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

background-color css

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

 a { background-color: rgb(172,222,82); }

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

border-color css

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

 span { border-color: rgb(172,222,82); }

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