Html Css Color HEX #ADDA70 Feijoa

📋 copy color: '#ADDA70'

red 173 ◦ green 218 ◦ blue 112

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

Shades of Feijoa #ADDA70

Tints of Feijoa #ADDA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.34%

 BLUE value IS 112 (44.14% from 255) = 22.27%

R = 34.39%
G = 43.34%
B = 22.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#ADDA70 (or 0xADDA70) is known color: Feijoa. HEX triplet: AD, DA and 70. RGB value is (173,218,112). Sum of RGB (Red+Green+Blue) = 173+218+112=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA70 is #52258F. Grayscale: #C0C0C0. Windows color (decimal): -5383568 or 7396013. OLE color: 7396013.

HSL color Cylindrical-coordinate representation of color #ADDA70: hue angle of 85.47º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADDA70 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 218 112 -
CMYK 0.21 0 0.49 0.15
HSL 85.47º 0.59% 0.65% -
HSV(B) 85.47º 0.49% 0.85% -
XYZ 45.23 60.2 24.56 -
YUV 192.46 82.59 114.12 -
System Red Green Blue C M Y K H S L
Decimal 173 218 112 0.21 0 0.49 0.15 85.47 0.59 0.65
Hex AD DA 70 15 0 31 F 55 3B 41
Octal 255 332 160 25 0 61 17 125 73 101
Binary 10101101 11011010 1110000 10101 0 110001 1111 1010101 111011 1000001

Color Harmonies of #ADDA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA70

Black with #ADDA70

Text Example


Text Example

White with #ADDA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA70; }

 p { color: rgb(173,218,112); }

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

background-color css

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

 a { background-color: rgb(173,218,112); }

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

border-color css

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

 span { border-color: rgb(173,218,112); }

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