Html Css Color HEX #ADDF96 Feijoa

📋 copy color: '#ADDF96'

red 173 ◦ green 223 ◦ blue 150

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

Shades of Feijoa #ADDF96

Tints of Feijoa #ADDF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.47%

R = 31.68%
G = 40.84%
B = 27.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#ADDF96 (or 0xADDF96) is known color: Feijoa. HEX triplet: AD, DF and 96. RGB value is (173,223,150). Sum of RGB (Red+Green+Blue) = 173+223+150=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF96 is #522069. Grayscale: #C7C7C7. Windows color (decimal): -5382250 or 9887661. OLE color: 9887661.

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

Color convert

RGB 173 223 150 -
CMYK 0.22 0 0.33 0.13
HSL 101.1º 0.53% 0.73% -
HSV(B) 101.1º 0.33% 0.87% -
XYZ 49.13 63.86 38.59 -
YUV 199.73 99.94 108.94 -
System Red Green Blue C M Y K H S L
Decimal 173 223 150 0.22 0 0.33 0.13 101.1 0.53 0.73
Hex AD DF 96 16 0 21 D 65 35 49
Octal 255 337 226 26 0 41 15 145 65 111
Binary 10101101 11011111 10010110 10110 0 100001 1101 1100101 110101 1001001

Color Harmonies of #ADDF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF96

Black with #ADDF96

Text Example


Text Example

White with #ADDF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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