Html Css Color HEX #ACD07B Caper

📋 copy color: '#ACD07B'

red 172 ◦ green 208 ◦ blue 123

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

Shades of Caper #ACD07B

Tints of Caper #ACD07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.45%

R = 34.19%
G = 41.35%
B = 24.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#ACD07B (or 0xACD07B) is known color: Caper. HEX triplet: AC, D0 and 7B. RGB value is (172,208,123). Sum of RGB (Red+Green+Blue) = 172+208+123=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD07B is #532F84. Grayscale: #BBBBBB. Windows color (decimal): -5451653 or 8114348. OLE color: 8114348.

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

Color convert

RGB 172 208 123 -
CMYK 0.17 0 0.41 0.18
HSL 85.41º 0.47% 0.65% -
HSV(B) 85.41º 0.41% 0.82% -
XYZ 43.14 55.31 27.14 -
YUV 187.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 172 208 123 0.17 0 0.41 0.18 85.41 0.47 0.65
Hex AC D0 7B 11 0 29 12 55 2F 41
Octal 254 320 173 21 0 51 22 125 57 101
Binary 10101100 11010000 1111011 10001 0 101001 10010 1010101 101111 1000001

Color Harmonies of #ACD07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD07B

Black with #ACD07B

Text Example


Text Example

White with #ACD07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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