Html Css Color HEX #ADD07C Caper

📋 copy color: '#ADD07C'

red 173 ◦ green 208 ◦ blue 124

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

Shades of Caper #ADD07C

Tints of Caper #ADD07C

RGB

 RED value IS 173 (67.97% from 255) = 34.26%

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

 BLUE value IS 124 (48.83% from 255) = 24.55%

R = 34.26%
G = 41.19%
B = 24.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#ADD07C (or 0xADD07C) is known color: Caper. HEX triplet: AD, D0 and 7C. RGB value is (173,208,124). Sum of RGB (Red+Green+Blue) = 173+208+124=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD07C is #522F83. Grayscale: #BCBCBC. Windows color (decimal): -5386116 or 8179885. OLE color: 8179885.

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

Color convert

RGB 173 208 124 -
CMYK 0.17 0 0.40 0.18
HSL 85º 0.47% 0.65% -
HSV(B) 85º 0.4% 0.82% -
XYZ 43.43 55.45 27.48 -
YUV 187.96 91.9 117.33 -
System Red Green Blue C M Y K H S L
Decimal 173 208 124 0.17 0 0.40 0.18 85 0.47 0.65
Hex AD D0 7C 11 0 28 12 55 2F 41
Octal 255 320 174 21 0 50 22 125 57 101
Binary 10101101 11010000 1111100 10001 0 101000 10010 1010101 101111 1000001

Color Harmonies of #ADD07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD07C

Black with #ADD07C

Text Example


Text Example

White with #ADD07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD07C; }

 p { color: rgb(173,208,124); }

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

background-color css

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

 a { background-color: rgb(173,208,124); }

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

border-color css

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

 span { border-color: rgb(173,208,124); }

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