Html Css Color HEX #ACD552 Conifer

📋 copy color: '#ACD552'

red 172 ◦ green 213 ◦ blue 82

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

Shades of Conifer #ACD552

Tints of Conifer #ACD552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.61%

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

R = 36.83%
G = 45.61%
B = 17.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#ACD552 (or 0xACD552) is known color: Conifer. HEX triplet: AC, D5 and 52. RGB value is (172,213,82). Sum of RGB (Red+Green+Blue) = 172+213+82=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD552 is #532AAD. Grayscale: #BABABA. Windows color (decimal): -5450414 or 5428652. OLE color: 5428652.

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

Color convert

RGB 172 213 82 -
CMYK 0.19 0 0.62 0.16
HSL 78.78º 0.61% 0.58% -
HSV(B) 78.78º 0.62% 0.84% -
XYZ 42.33 56.97 16.75 -
YUV 185.81 69.42 118.15 -
System Red Green Blue C M Y K H S L
Decimal 172 213 82 0.19 0 0.62 0.16 78.78 0.61 0.58
Hex AC D5 52 13 0 3E 10 4F 3D 3A
Octal 254 325 122 23 0 76 20 117 75 72
Binary 10101100 11010101 1010010 10011 0 111110 10000 1001111 111101 111010

Color Harmonies of #ACD552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD552

Black with #ACD552

Text Example


Text Example

White with #ACD552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD552; }

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

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

background-color css

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

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

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

border-color css

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

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

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