Html Css Color HEX #ACD152 Conifer

📋 copy color: '#ACD152'

red 172 ◦ green 209 ◦ blue 82

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

Shades of Conifer #ACD152

Tints of Conifer #ACD152

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.14%

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

R = 37.15%
G = 45.14%
B = 17.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#ACD152 (or 0xACD152) is known color: Conifer. HEX triplet: AC, D1 and 52. RGB value is (172,209,82). Sum of RGB (Red+Green+Blue) = 172+209+82=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD152 is #532EAD. Grayscale: #B7B7B7. Windows color (decimal): -5451438 or 5427628. OLE color: 5427628.

HSL color Cylindrical-coordinate representation of color #ACD152: hue angle of 77.48º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACD152 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 82 -
CMYK 0.18 0 0.61 0.18
HSL 77.48º 0.58% 0.57% -
HSV(B) 77.48º 0.61% 0.82% -
XYZ 41.34 54.98 16.42 -
YUV 183.46 70.74 119.83 -
System Red Green Blue C M Y K H S L
Decimal 172 209 82 0.18 0 0.61 0.18 77.48 0.58 0.57
Hex AC D1 52 12 0 3D 12 4D 3A 39
Octal 254 321 122 22 0 75 22 115 72 71
Binary 10101100 11010001 1010010 10010 0 111101 10010 1001101 111010 111001

Color Harmonies of #ACD152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD152

Black with #ACD152

Text Example


Text Example

White with #ACD152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD152; }

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

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

background-color css

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

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

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

border-color css

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

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

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