Html Css Color HEX #ADD48E Feijoa

📋 copy color: '#ADD48E'

red 173 ◦ green 212 ◦ blue 142

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

Shades of Feijoa #ADD48E

Tints of Feijoa #ADD48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.94%

R = 32.83%
G = 40.23%
B = 26.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#ADD48E (or 0xADD48E) is known color: Feijoa. HEX triplet: AD, D4 and 8E. RGB value is (173,212,142). Sum of RGB (Red+Green+Blue) = 173+212+142=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD48E is #522B71. Grayscale: #C0C0C0. Windows color (decimal): -5385074 or 9360557. OLE color: 9360557.

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

Color convert

RGB 173 212 142 -
CMYK 0.18 0 0.33 0.17
HSL 93.43º 0.45% 0.69% -
HSV(B) 93.43º 0.33% 0.83% -
XYZ 45.66 57.92 34.37 -
YUV 192.36 99.58 114.19 -
System Red Green Blue C M Y K H S L
Decimal 173 212 142 0.18 0 0.33 0.17 93.43 0.45 0.69
Hex AD D4 8E 12 0 21 11 5D 2D 45
Octal 255 324 216 22 0 41 21 135 55 105
Binary 10101101 11010100 10001110 10010 0 100001 10001 1011101 101101 1000101

Color Harmonies of #ADD48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD48E

Black with #ADD48E

Text Example


Text Example

White with #ADD48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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