Html Css Color HEX #ACD452 Conifer

📋 copy color: '#ACD452'

red 172 ◦ green 212 ◦ blue 82

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

Shades of Conifer #ACD452

Tints of Conifer #ACD452

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.49%

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

R = 36.91%
G = 45.49%
B = 17.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#ACD452 (or 0xACD452) is known color: Conifer. HEX triplet: AC, D4 and 52. RGB value is (172,212,82). Sum of RGB (Red+Green+Blue) = 172+212+82=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD452 is #532BAD. Grayscale: #B9B9B9. Windows color (decimal): -5450670 or 5428396. OLE color: 5428396.

HSL color Cylindrical-coordinate representation of color #ACD452: hue angle of 78.46º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACD452 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 82 -
CMYK 0.19 0 0.61 0.17
HSL 78.46º 0.6% 0.58% -
HSV(B) 78.46º 0.61% 0.83% -
XYZ 42.08 56.47 16.66 -
YUV 185.22 69.75 118.57 -
System Red Green Blue C M Y K H S L
Decimal 172 212 82 0.19 0 0.61 0.17 78.46 0.6 0.58
Hex AC D4 52 13 0 3D 11 4E 3C 3A
Octal 254 324 122 23 0 75 21 116 74 72
Binary 10101100 11010100 1010010 10011 0 111101 10001 1001110 111100 111010

Color Harmonies of #ACD452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD452

Black with #ACD452

Text Example


Text Example

White with #ACD452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD452; }

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

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

background-color css

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

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

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

border-color css

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

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

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