Html Css Color HEX #ADDA72 Feijoa

📋 copy color: '#ADDA72'

red 173 ◦ green 218 ◦ blue 114

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

Shades of Feijoa #ADDA72

Tints of Feijoa #ADDA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.57%

R = 34.26%
G = 43.17%
B = 22.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#ADDA72 (or 0xADDA72) is known color: Feijoa. HEX triplet: AD, DA and 72. RGB value is (173,218,114). Sum of RGB (Red+Green+Blue) = 173+218+114=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA72 is #52258D. Grayscale: #C1C1C1. Windows color (decimal): -5383566 or 7527085. OLE color: 7527085.

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

Color convert

RGB 173 218 114 -
CMYK 0.21 0 0.48 0.15
HSL 85.96º 0.58% 0.65% -
HSV(B) 85.96º 0.48% 0.85% -
XYZ 45.34 60.24 25.16 -
YUV 192.69 83.59 113.96 -
System Red Green Blue C M Y K H S L
Decimal 173 218 114 0.21 0 0.48 0.15 85.96 0.58 0.65
Hex AD DA 72 15 0 30 F 56 3A 41
Octal 255 332 162 25 0 60 17 126 72 101
Binary 10101101 11011010 1110010 10101 0 110000 1111 1010110 111010 1000001

Color Harmonies of #ADDA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA72

Black with #ADDA72

Text Example


Text Example

White with #ADDA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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