Html Css Color HEX #ACDC62 Conifer

📋 copy color: '#ACDC62'

red 172 ◦ green 220 ◦ blue 98

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

Shades of Conifer #ACDC62

Tints of Conifer #ACDC62

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

 BLUE value IS 98 (38.67% from 255) = 20%

R = 35.1%
G = 44.9%
B = 20%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#ACDC62 (or 0xACDC62) is known color: Conifer. HEX triplet: AC, DC and 62. RGB value is (172,220,98). Sum of RGB (Red+Green+Blue) = 172+220+98=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC62 is #53239D. Grayscale: #C0C0C0. Windows color (decimal): -5448606 or 6479020. OLE color: 6479020.

HSL color Cylindrical-coordinate representation of color #ACDC62: hue angle of 83.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACDC62 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 98 -
CMYK 0.22 0 0.55 0.14
HSL 83.61º 0.64% 0.62% -
HSV(B) 83.61º 0.55% 0.86% -
XYZ 44.81 60.84 20.94 -
YUV 191.74 75.1 113.92 -
System Red Green Blue C M Y K H S L
Decimal 172 220 98 0.22 0 0.55 0.14 83.61 0.64 0.62
Hex AC DC 62 16 0 37 E 54 40 3E
Octal 254 334 142 26 0 67 16 124 100 76
Binary 10101100 11011100 1100010 10110 0 110111 1110 1010100 1000000 111110

Color Harmonies of #ACDC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC62

Black with #ACDC62

Text Example


Text Example

White with #ACDC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC62; }

 p { color: rgb(172,220,98); }

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

background-color css

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

 a { background-color: rgb(172,220,98); }

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

border-color css

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

 span { border-color: rgb(172,220,98); }

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