Html Css Color HEX #ADD48B Feijoa

📋 copy color: '#ADD48B'

red 173 ◦ green 212 ◦ blue 139

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

Shades of Feijoa #ADD48B

Tints of Feijoa #ADD48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.53%

R = 33.02%
G = 40.46%
B = 26.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#ADD48B (or 0xADD48B) is known color: Feijoa. HEX triplet: AD, D4 and 8B. RGB value is (173,212,139). Sum of RGB (Red+Green+Blue) = 173+212+139=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD48B is #522B74. Grayscale: #C0C0C0. Windows color (decimal): -5385077 or 9163949. OLE color: 9163949.

HSL color Cylindrical-coordinate representation of color #ADD48B: hue angle of 92.05º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADD48B is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 212 139 -
CMYK 0.18 0 0.34 0.17
HSL 92.05º 0.46% 0.69% -
HSV(B) 92.05º 0.34% 0.83% -
XYZ 45.44 57.84 33.19 -
YUV 192.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 173 212 139 0.18 0 0.34 0.17 92.05 0.46 0.69
Hex AD D4 8B 12 0 22 11 5C 2E 45
Octal 255 324 213 22 0 42 21 134 56 105
Binary 10101101 11010100 10001011 10010 0 100010 10001 1011100 101110 1000101

Color Harmonies of #ADD48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD48B

Black with #ADD48B

Text Example


Text Example

White with #ADD48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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