Html Css Color HEX #ADDC70 Feijoa

📋 copy color: '#ADDC70'

red 173 ◦ green 220 ◦ blue 112

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

Shades of Feijoa #ADDC70

Tints of Feijoa #ADDC70

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.56%

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

R = 34.26%
G = 43.56%
B = 22.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#ADDC70 (or 0xADDC70) is known color: Feijoa. HEX triplet: AD, DC and 70. RGB value is (173,220,112). Sum of RGB (Red+Green+Blue) = 173+220+112=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC70 is #52238F. Grayscale: #C2C2C2. Windows color (decimal): -5383056 or 7396525. OLE color: 7396525.

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

Color convert

RGB 173 220 112 -
CMYK 0.21 0 0.49 0.14
HSL 86.11º 0.61% 0.65% -
HSV(B) 86.11º 0.49% 0.86% -
XYZ 45.75 61.24 24.74 -
YUV 193.64 81.93 113.28 -
System Red Green Blue C M Y K H S L
Decimal 173 220 112 0.21 0 0.49 0.14 86.11 0.61 0.65
Hex AD DC 70 15 0 31 E 56 3D 41
Octal 255 334 160 25 0 61 16 126 75 101
Binary 10101101 11011100 1110000 10101 0 110001 1110 1010110 111101 1000001

Color Harmonies of #ADDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC70

Black with #ADDC70

Text Example


Text Example

White with #ADDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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