Html Css Color HEX #ADD06B Caper

📋 copy color: '#ADD06B'

red 173 ◦ green 208 ◦ blue 107

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

Shades of Caper #ADD06B

Tints of Caper #ADD06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.93%

R = 35.45%
G = 42.62%
B = 21.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#ADD06B (or 0xADD06B) is known color: Caper. HEX triplet: AD, D0 and 6B. RGB value is (173,208,107). Sum of RGB (Red+Green+Blue) = 173+208+107=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD06B is #522F94. Grayscale: #BABABA. Windows color (decimal): -5386133 or 7065773. OLE color: 7065773.

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

Color convert

RGB 173 208 107 -
CMYK 0.17 0 0.49 0.18
HSL 80.79º 0.52% 0.62% -
HSV(B) 80.79º 0.49% 0.82% -
XYZ 42.44 55.06 22.3 -
YUV 186.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 173 208 107 0.17 0 0.49 0.18 80.79 0.52 0.62
Hex AD D0 6B 11 0 31 12 51 34 3E
Octal 255 320 153 21 0 61 22 121 64 76
Binary 10101101 11010000 1101011 10001 0 110001 10010 1010001 110100 111110

Color Harmonies of #ADD06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD06B

Black with #ADD06B

Text Example


Text Example

White with #ADD06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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