Html Css Color HEX #ADDD7A Feijoa

📋 copy color: '#ADDD7A'

red 173 ◦ green 221 ◦ blue 122

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

Shades of Feijoa #ADDD7A

Tints of Feijoa #ADDD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.64%

R = 33.53%
G = 42.83%
B = 23.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#ADDD7A (or 0xADDD7A) is known color: Feijoa. HEX triplet: AD, DD and 7A. RGB value is (173,221,122). Sum of RGB (Red+Green+Blue) = 173+221+122=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD7A is #522285. Grayscale: #C3C3C3. Windows color (decimal): -5382790 or 8052141. OLE color: 8052141.

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

Color convert

RGB 173 221 122 -
CMYK 0.22 0 0.45 0.13
HSL 89.09º 0.59% 0.67% -
HSV(B) 89.09º 0.45% 0.87% -
XYZ 46.6 62 27.92 -
YUV 195.36 86.6 112.05 -
System Red Green Blue C M Y K H S L
Decimal 173 221 122 0.22 0 0.45 0.13 89.09 0.59 0.67
Hex AD DD 7A 16 0 2D D 59 3B 43
Octal 255 335 172 26 0 55 15 131 73 103
Binary 10101101 11011101 1111010 10110 0 101101 1101 1011001 111011 1000011

Color Harmonies of #ADDD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD7A

Black with #ADDD7A

Text Example


Text Example

White with #ADDD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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