Html Css Color HEX #ADD074 Caper

📋 copy color: '#ADD074'

red 173 ◦ green 208 ◦ blue 116

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

Shades of Caper #ADD074

Tints of Caper #ADD074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.34%

R = 34.81%
G = 41.85%
B = 23.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#ADD074 (or 0xADD074) is known color: Caper. HEX triplet: AD, D0 and 74. RGB value is (173,208,116). Sum of RGB (Red+Green+Blue) = 173+208+116=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD074 is #522F8B. Grayscale: #BBBBBB. Windows color (decimal): -5386124 or 7655597. OLE color: 7655597.

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

Color convert

RGB 173 208 116 -
CMYK 0.17 0 0.44 0.18
HSL 82.83º 0.49% 0.64% -
HSV(B) 82.83º 0.44% 0.82% -
XYZ 42.94 55.26 24.93 -
YUV 187.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 173 208 116 0.17 0 0.44 0.18 82.83 0.49 0.64
Hex AD D0 74 11 0 2C 12 53 31 40
Octal 255 320 164 21 0 54 22 123 61 100
Binary 10101101 11010000 1110100 10001 0 101100 10010 1010011 110001 1000000

Color Harmonies of #ADD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD074

Black with #ADD074

Text Example


Text Example

White with #ADD074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD074; }

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

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

background-color css

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

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

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

border-color css

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

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

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