Html Css Color HEX #ADD28E Feijoa

📋 copy color: '#ADD28E'

red 173 ◦ green 210 ◦ blue 142

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

Shades of Feijoa #ADD28E

Tints of Feijoa #ADD28E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40%

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

R = 32.95%
G = 40%
B = 27.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#ADD28E (or 0xADD28E) is known color: Feijoa. HEX triplet: AD, D2 and 8E. RGB value is (173,210,142). Sum of RGB (Red+Green+Blue) = 173+210+142=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD28E is #522D71. Grayscale: #BFBFBF. Windows color (decimal): -5385586 or 9360045. OLE color: 9360045.

HSL color Cylindrical-coordinate representation of color #ADD28E: hue angle of 92.65º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADD28E is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 210 142 -
CMYK 0.18 0 0.32 0.18
HSL 92.65º 0.43% 0.69% -
HSV(B) 92.65º 0.32% 0.82% -
XYZ 45.16 56.93 34.2 -
YUV 191.19 100.24 115.03 -
System Red Green Blue C M Y K H S L
Decimal 173 210 142 0.18 0 0.32 0.18 92.65 0.43 0.69
Hex AD D2 8E 12 0 20 12 5D 2B 45
Octal 255 322 216 22 0 40 22 135 53 105
Binary 10101101 11010010 10001110 10010 0 100000 10010 1011101 101011 1000101

Color Harmonies of #ADD28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD28E

Black with #ADD28E

Text Example


Text Example

White with #ADD28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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