Html Css Color HEX #ADD494 Feijoa

📋 copy color: '#ADD494'

red 173 ◦ green 212 ◦ blue 148

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

Shades of Feijoa #ADD494

Tints of Feijoa #ADD494

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.77%

 BLUE value IS 148 (58.2% from 255) = 27.77%

R = 32.46%
G = 39.77%
B = 27.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#ADD494 (or 0xADD494) is known color: Feijoa. HEX triplet: AD, D4 and 94. RGB value is (173,212,148). Sum of RGB (Red+Green+Blue) = 173+212+148=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD494 is #522B6B. Grayscale: #C1C1C1. Windows color (decimal): -5385068 or 9753773. OLE color: 9753773.

HSL color Cylindrical-coordinate representation of color #ADD494: hue angle of 96.56º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD494 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 212 148 -
CMYK 0.18 0 0.30 0.17
HSL 96.56º 0.43% 0.71% -
HSV(B) 96.56º 0.3% 0.83% -
XYZ 46.12 58.11 36.8 -
YUV 193.04 102.58 113.7 -
System Red Green Blue C M Y K H S L
Decimal 173 212 148 0.18 0 0.30 0.17 96.56 0.43 0.71
Hex AD D4 94 12 0 1E 11 61 2B 47
Octal 255 324 224 22 0 36 21 141 53 107
Binary 10101101 11010100 10010100 10010 0 11110 10001 1100001 101011 1000111

Color Harmonies of #ADD494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD494

Black with #ADD494

Text Example


Text Example

White with #ADD494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD494; }

 p { color: rgb(173,212,148); }

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

background-color css

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

 a { background-color: rgb(173,212,148); }

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

border-color css

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

 span { border-color: rgb(173,212,148); }

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