Html Css Color HEX #ABCD7A Caper

📋 copy color: '#ABCD7A'

red 171 ◦ green 205 ◦ blue 122

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

Shades of Caper #ABCD7A

Tints of Caper #ABCD7A

RGB

 RED value IS 171 (67.19% from 255) = 34.34%

 GREEN value IS 205 (80.47% from 255) = 41.16%

 BLUE value IS 122 (48.05% from 255) = 24.5%

R = 34.34%
G = 41.16%
B = 24.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#ABCD7A (or 0xABCD7A) is known color: Caper. HEX triplet: AB, CD and 7A. RGB value is (171,205,122). Sum of RGB (Red+Green+Blue) = 171+205+122=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD7A is #543285. Grayscale: #B9B9B9. Windows color (decimal): -5517958 or 8048043. OLE color: 8048043.

HSL color Cylindrical-coordinate representation of color #ABCD7A: hue angle of 84.58º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABCD7A is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 122 -
CMYK 0.17 0 0.40 0.20
HSL 84.58º 0.45% 0.64% -
HSV(B) 84.58º 0.4% 0.8% -
XYZ 42.14 53.73 26.56 -
YUV 185.37 92.24 117.75 -
System Red Green Blue C M Y K H S L
Decimal 171 205 122 0.17 0 0.40 0.20 84.58 0.45 0.64
Hex AB CD 7A 11 0 28 14 55 2D 40
Octal 253 315 172 21 0 50 24 125 55 100
Binary 10101011 11001101 1111010 10001 0 101000 10100 1010101 101101 1000000

Color Harmonies of #ABCD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD7A

Black with #ABCD7A

Text Example


Text Example

White with #ABCD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD7A; }

 p { color: rgb(171,205,122); }

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

background-color css

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

 a { background-color: rgb(171,205,122); }

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

border-color css

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

 span { border-color: rgb(171,205,122); }

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