Html Css Color HEX #ACDF52 Conifer

📋 copy color: '#ACDF52'

red 172 ◦ green 223 ◦ blue 82

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

Shades of Conifer #ACDF52

Tints of Conifer #ACDF52

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.75%

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

R = 36.06%
G = 46.75%
B = 17.19%

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

#ACDF52 (or 0xACDF52) is known color: Conifer. HEX triplet: AC, DF and 52. RGB value is (172,223,82). Sum of RGB (Red+Green+Blue) = 172+223+82=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF52 is #5320AD. Grayscale: #C0C0C0. Windows color (decimal): -5447854 or 5431212. OLE color: 5431212.

HSL color Cylindrical-coordinate representation of color #ACDF52: hue angle of 81.7º degrees, saturation: 0.69, 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 #ACDF52 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 82 -
CMYK 0.23 0 0.63 0.13
HSL 81.7º 0.69% 0.6% -
HSV(B) 81.7º 0.63% 0.87% -
XYZ 44.92 62.16 17.61 -
YUV 191.68 66.1 113.96 -
System Red Green Blue C M Y K H S L
Decimal 172 223 82 0.23 0 0.63 0.13 81.7 0.69 0.6
Hex AC DF 52 17 0 3F D 52 45 3C
Octal 254 337 122 27 0 77 15 122 105 74
Binary 10101100 11011111 1010010 10111 0 111111 1101 1010010 1000101 111100

Color Harmonies of #ACDF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF52

Black with #ACDF52

Text Example


Text Example

White with #ACDF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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