Html Css Color HEX #ADDC7F Feijoa

📋 copy color: '#ADDC7F'

red 173 ◦ green 220 ◦ blue 127

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

Shades of Feijoa #ADDC7F

Tints of Feijoa #ADDC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.42%

R = 33.27%
G = 42.31%
B = 24.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#ADDC7F (or 0xADDC7F) is known color: Feijoa. HEX triplet: AD, DC and 7F. RGB value is (173,220,127). Sum of RGB (Red+Green+Blue) = 173+220+127=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC7F is #522380. Grayscale: #C3C3C3. Windows color (decimal): -5383041 or 8379565. OLE color: 8379565.

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

Color convert

RGB 173 220 127 -
CMYK 0.21 0 0.42 0.14
HSL 90.32º 0.57% 0.68% -
HSV(B) 90.32º 0.42% 0.86% -
XYZ 46.66 61.6 29.51 -
YUV 195.35 89.43 112.06 -
System Red Green Blue C M Y K H S L
Decimal 173 220 127 0.21 0 0.42 0.14 90.32 0.57 0.68
Hex AD DC 7F 15 0 2A E 5A 39 44
Octal 255 334 177 25 0 52 16 132 71 104
Binary 10101101 11011100 1111111 10101 0 101010 1110 1011010 111001 1000100

Color Harmonies of #ADDC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC7F

Black with #ADDC7F

Text Example


Text Example

White with #ADDC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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