Html Css Color HEX #ACD06B Caper

📋 copy color: '#ACD06B'

red 172 ◦ green 208 ◦ blue 107

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

Shades of Caper #ACD06B

Tints of Caper #ACD06B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.71%

 BLUE value IS 107 (42.19% from 255) = 21.97%

R = 35.32%
G = 42.71%
B = 21.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#ACD06B (or 0xACD06B) is known color: Caper. HEX triplet: AC, D0 and 6B. RGB value is (172,208,107). Sum of RGB (Red+Green+Blue) = 172+208+107=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD06B is #532F94. Grayscale: #BABABA. Windows color (decimal): -5451669 or 7065772. OLE color: 7065772.

HSL color Cylindrical-coordinate representation of color #ACD06B: hue angle of 81.39º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACD06B is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 107 -
CMYK 0.17 0 0.49 0.18
HSL 81.39º 0.52% 0.62% -
HSV(B) 81.39º 0.49% 0.82% -
XYZ 42.22 54.94 22.29 -
YUV 185.72 83.57 118.21 -
System Red Green Blue C M Y K H S L
Decimal 172 208 107 0.17 0 0.49 0.18 81.39 0.52 0.62
Hex AC D0 6B 11 0 31 12 51 34 3E
Octal 254 320 153 21 0 61 22 121 64 76
Binary 10101100 11010000 1101011 10001 0 110001 10010 1010001 110100 111110

Color Harmonies of #ACD06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD06B

Black with #ACD06B

Text Example


Text Example

White with #ACD06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD06B; }

 p { color: rgb(172,208,107); }

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

background-color css

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

 a { background-color: rgb(172,208,107); }

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

border-color css

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

 span { border-color: rgb(172,208,107); }

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