Html Css Color HEX #ADDD7C Feijoa

📋 copy color: '#ADDD7C'

red 173 ◦ green 221 ◦ blue 124

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

Shades of Feijoa #ADDD7C

Tints of Feijoa #ADDD7C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.66%

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

R = 33.4%
G = 42.66%
B = 23.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#ADDD7C (or 0xADDD7C) is known color: Feijoa. HEX triplet: AD, DD and 7C. RGB value is (173,221,124). Sum of RGB (Red+Green+Blue) = 173+221+124=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD7C is #522283. Grayscale: #C3C3C3. Windows color (decimal): -5382788 or 8183213. OLE color: 8183213.

HSL color Cylindrical-coordinate representation of color #ADDD7C: hue angle of 89.69º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADDD7C is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 124 -
CMYK 0.22 0 0.44 0.13
HSL 89.69º 0.59% 0.68% -
HSV(B) 89.69º 0.44% 0.87% -
XYZ 46.73 62.05 28.58 -
YUV 195.59 87.6 111.89 -
System Red Green Blue C M Y K H S L
Decimal 173 221 124 0.22 0 0.44 0.13 89.69 0.59 0.68
Hex AD DD 7C 16 0 2C D 5A 3B 44
Octal 255 335 174 26 0 54 15 132 73 104
Binary 10101101 11011101 1111100 10110 0 101100 1101 1011010 111011 1000100

Color Harmonies of #ADDD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD7C

Black with #ADDD7C

Text Example


Text Example

White with #ADDD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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