Html Css Color HEX #ADDF76 Feijoa

📋 copy color: '#ADDF76'

red 173 ◦ green 223 ◦ blue 118

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

Shades of Feijoa #ADDF76

Tints of Feijoa #ADDF76

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.39%

 BLUE value IS 118 (46.48% from 255) = 22.96%

R = 33.66%
G = 43.39%
B = 22.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#ADDF76 (or 0xADDF76) is known color: Feijoa. HEX triplet: AD, DF and 76. RGB value is (173,223,118). Sum of RGB (Red+Green+Blue) = 173+223+118=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF76 is #522089. Grayscale: #C4C4C4. Windows color (decimal): -5382282 or 7790509. OLE color: 7790509.

HSL color Cylindrical-coordinate representation of color #ADDF76: hue angle of 88.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADDF76 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 118 -
CMYK 0.22 0 0.47 0.13
HSL 88.57º 0.62% 0.67% -
HSV(B) 88.57º 0.47% 0.87% -
XYZ 46.89 62.97 26.82 -
YUV 196.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 173 223 118 0.22 0 0.47 0.13 88.57 0.62 0.67
Hex AD DF 76 16 0 2F D 59 3E 43
Octal 255 337 166 26 0 57 15 131 76 103
Binary 10101101 11011111 1110110 10110 0 101111 1101 1011001 111110 1000011

Color Harmonies of #ADDF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF76

Black with #ADDF76

Text Example


Text Example

White with #ADDF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF76; }

 p { color: rgb(173,223,118); }

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

background-color css

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

 a { background-color: rgb(173,223,118); }

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

border-color css

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

 span { border-color: rgb(173,223,118); }

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