Html Css Color HEX #ADD28C Feijoa

📋 copy color: '#ADD28C'

red 173 ◦ green 210 ◦ blue 140

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

Shades of Feijoa #ADD28C

Tints of Feijoa #ADD28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.77%

R = 33.08%
G = 40.15%
B = 26.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#ADD28C (or 0xADD28C) is known color: Feijoa. HEX triplet: AD, D2 and 8C. RGB value is (173,210,140). Sum of RGB (Red+Green+Blue) = 173+210+140=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD28C is #522D73. Grayscale: #BFBFBF. Windows color (decimal): -5385588 or 9228973. OLE color: 9228973.

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

Color convert

RGB 173 210 140 -
CMYK 0.18 0 0.33 0.18
HSL 91.71º 0.44% 0.69% -
HSV(B) 91.71º 0.33% 0.82% -
XYZ 45.01 56.87 33.42 -
YUV 190.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 173 210 140 0.18 0 0.33 0.18 91.71 0.44 0.69
Hex AD D2 8C 12 0 21 12 5C 2C 45
Octal 255 322 214 22 0 41 22 134 54 105
Binary 10101101 11010010 10001100 10010 0 100001 10010 1011100 101100 1000101

Color Harmonies of #ADD28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD28C

Black with #ADD28C

Text Example


Text Example

White with #ADD28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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