Html Css Color HEX #ADDF95 Feijoa

📋 copy color: '#ADDF95'

red 173 ◦ green 223 ◦ blue 149

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

Shades of Feijoa #ADDF95

Tints of Feijoa #ADDF95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.34%

R = 31.74%
G = 40.92%
B = 27.34%

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

#ADDF95 (or 0xADDF95) is known color: Feijoa. HEX triplet: AD, DF and 95. RGB value is (173,223,149). Sum of RGB (Red+Green+Blue) = 173+223+149=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF95 is #52206A. Grayscale: #C7C7C7. Windows color (decimal): -5382251 or 9822125. OLE color: 9822125.

HSL color Cylindrical-coordinate representation of color #ADDF95: hue angle of 100.54º degrees, saturation: 0.54, 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 #ADDF95 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 149 -
CMYK 0.22 0 0.33 0.13
HSL 100.54º 0.54% 0.73% -
HSV(B) 100.54º 0.33% 0.87% -
XYZ 49.05 63.83 38.17 -
YUV 199.61 99.44 109.02 -
System Red Green Blue C M Y K H S L
Decimal 173 223 149 0.22 0 0.33 0.13 100.54 0.54 0.73
Hex AD DF 95 16 0 21 D 65 36 49
Octal 255 337 225 26 0 41 15 145 66 111
Binary 10101101 11011111 10010101 10110 0 100001 1101 1100101 110110 1001001

Color Harmonies of #ADDF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF95

Black with #ADDF95

Text Example


Text Example

White with #ADDF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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