Html Css Color HEX #ACCD7D Caper

📋 copy color: '#ACCD7D'

red 172 ◦ green 205 ◦ blue 125

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

Shades of Caper #ACCD7D

Tints of Caper #ACCD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.9%

R = 34.26%
G = 40.84%
B = 24.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#ACCD7D (or 0xACCD7D) is known color: Caper. HEX triplet: AC, CD and 7D. RGB value is (172,205,125). Sum of RGB (Red+Green+Blue) = 172+205+125=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD7D is #533282. Grayscale: #BABABA. Windows color (decimal): -5452419 or 8244652. OLE color: 8244652.

HSL color Cylindrical-coordinate representation of color #ACCD7D: hue angle of 84.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACCD7D is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 205 125 -
CMYK 0.16 0 0.39 0.20
HSL 84.75º 0.44% 0.65% -
HSV(B) 84.75º 0.39% 0.8% -
XYZ 42.55 53.91 27.57 -
YUV 186.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 172 205 125 0.16 0 0.39 0.20 84.75 0.44 0.65
Hex AC CD 7D 10 0 27 14 55 2C 41
Octal 254 315 175 20 0 47 24 125 54 101
Binary 10101100 11001101 1111101 10000 0 100111 10100 1010101 101100 1000001

Color Harmonies of #ACCD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD7D

Black with #ACCD7D

Text Example


Text Example

White with #ACCD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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