Html Css Color HEX #ADDB72 Feijoa

📋 copy color: '#ADDB72'

red 173 ◦ green 219 ◦ blue 114

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

Shades of Feijoa #ADDB72

Tints of Feijoa #ADDB72

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.28%

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

R = 34.19%
G = 43.28%
B = 22.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#ADDB72 (or 0xADDB72) is known color: Feijoa. HEX triplet: AD, DB and 72. RGB value is (173,219,114). Sum of RGB (Red+Green+Blue) = 173+219+114=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB72 is #52248D. Grayscale: #C1C1C1. Windows color (decimal): -5383310 or 7527341. OLE color: 7527341.

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

Color convert

RGB 173 219 114 -
CMYK 0.21 0 0.48 0.14
HSL 86.29º 0.59% 0.65% -
HSV(B) 86.29º 0.48% 0.86% -
XYZ 45.6 60.76 25.24 -
YUV 193.28 83.26 113.54 -
System Red Green Blue C M Y K H S L
Decimal 173 219 114 0.21 0 0.48 0.14 86.29 0.59 0.65
Hex AD DB 72 15 0 30 E 56 3B 41
Octal 255 333 162 25 0 60 16 126 73 101
Binary 10101101 11011011 1110010 10101 0 110000 1110 1010110 111011 1000001

Color Harmonies of #ADDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB72

Black with #ADDB72

Text Example


Text Example

White with #ADDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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