Html Css Color HEX #ADD08C Feijoa

📋 copy color: '#ADD08C'

red 173 ◦ green 208 ◦ blue 140

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

Shades of Feijoa #ADD08C

Tints of Feijoa #ADD08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.87%

R = 33.21%
G = 39.92%
B = 26.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#ADD08C (or 0xADD08C) is known color: Feijoa. HEX triplet: AD, D0 and 8C. RGB value is (173,208,140). Sum of RGB (Red+Green+Blue) = 173+208+140=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD08C is #522F73. Grayscale: #BEBEBE. Windows color (decimal): -5386100 or 9228461. OLE color: 9228461.

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

Color convert

RGB 173 208 140 -
CMYK 0.17 0 0.33 0.18
HSL 90.88º 0.42% 0.68% -
HSV(B) 90.88º 0.33% 0.82% -
XYZ 44.52 55.89 33.25 -
YUV 189.78 99.9 116.03 -
System Red Green Blue C M Y K H S L
Decimal 173 208 140 0.17 0 0.33 0.18 90.88 0.42 0.68
Hex AD D0 8C 11 0 21 12 5B 2A 44
Octal 255 320 214 21 0 41 22 133 52 104
Binary 10101101 11010000 10001100 10001 0 100001 10010 1011011 101010 1000100

Color Harmonies of #ADD08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD08C

Black with #ADD08C

Text Example


Text Example

White with #ADD08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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