Html Css Color HEX #ACCD7A Caper

📋 copy color: '#ACCD7A'

red 172 ◦ green 205 ◦ blue 122

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

Shades of Caper #ACCD7A

Tints of Caper #ACCD7A

RGB

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

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

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

R = 34.47%
G = 41.08%
B = 24.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#ACCD7A (or 0xACCD7A) is known color: Caper. HEX triplet: AC, CD and 7A. RGB value is (172,205,122). Sum of RGB (Red+Green+Blue) = 172+205+122=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD7A is #533285. Grayscale: #B9B9B9. Windows color (decimal): -5452422 or 8048044. OLE color: 8048044.

HSL color Cylindrical-coordinate representation of color #ACCD7A: hue angle of 83.86º 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 #ACCD7A is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 205 122 -
CMYK 0.16 0 0.40 0.20
HSL 83.86º 0.45% 0.64% -
HSV(B) 83.86º 0.4% 0.8% -
XYZ 42.36 53.84 26.57 -
YUV 185.67 92.07 118.25 -
System Red Green Blue C M Y K H S L
Decimal 172 205 122 0.16 0 0.40 0.20 83.86 0.45 0.64
Hex AC CD 7A 10 0 28 14 54 2D 40
Octal 254 315 172 20 0 50 24 124 55 100
Binary 10101100 11001101 1111010 10000 0 101000 10100 1010100 101101 1000000

Color Harmonies of #ACCD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD7A

Black with #ACCD7A

Text Example


Text Example

White with #ACCD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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