Html Css Color HEX #ACD370 Caper

📋 copy color: '#ACD370'

red 172 ◦ green 211 ◦ blue 112

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

Shades of Caper #ACD370

Tints of Caper #ACD370

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.63%

 BLUE value IS 112 (44.14% from 255) = 22.63%

R = 34.75%
G = 42.63%
B = 22.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#ACD370 (or 0xACD370) is known color: Caper. HEX triplet: AC, D3 and 70. RGB value is (172,211,112). Sum of RGB (Red+Green+Blue) = 172+211+112=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD370 is #532C8F. Grayscale: #BCBCBC. Windows color (decimal): -5450896 or 7394220. OLE color: 7394220.

HSL color Cylindrical-coordinate representation of color #ACD370: hue angle of 83.64º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACD370 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 112 -
CMYK 0.18 0 0.47 0.17
HSL 83.64º 0.53% 0.63% -
HSV(B) 83.64º 0.47% 0.83% -
XYZ 43.23 56.53 23.96 -
YUV 188.05 85.08 116.55 -
System Red Green Blue C M Y K H S L
Decimal 172 211 112 0.18 0 0.47 0.17 83.64 0.53 0.63
Hex AC D3 70 12 0 2F 11 54 35 3F
Octal 254 323 160 22 0 57 21 124 65 77
Binary 10101100 11010011 1110000 10010 0 101111 10001 1010100 110101 111111

Color Harmonies of #ACD370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD370

Black with #ACD370

Text Example


Text Example

White with #ACD370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD370; }

 p { color: rgb(172,211,112); }

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

background-color css

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

 a { background-color: rgb(172,211,112); }

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

border-color css

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

 span { border-color: rgb(172,211,112); }

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