Html Css Color HEX #ADD27C Feijoa

📋 copy color: '#ADD27C'

red 173 ◦ green 210 ◦ blue 124

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

Shades of Feijoa #ADD27C

Tints of Feijoa #ADD27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.46%

R = 34.12%
G = 41.42%
B = 24.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#ADD27C (or 0xADD27C) is known color: Feijoa. HEX triplet: AD, D2 and 7C. RGB value is (173,210,124). Sum of RGB (Red+Green+Blue) = 173+210+124=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD27C is #522D83. Grayscale: #BDBDBD. Windows color (decimal): -5385604 or 8180397. OLE color: 8180397.

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

Color convert

RGB 173 210 124 -
CMYK 0.18 0 0.41 0.18
HSL 85.81º 0.49% 0.65% -
HSV(B) 85.81º 0.41% 0.82% -
XYZ 43.92 56.43 27.65 -
YUV 189.13 91.24 116.49 -
System Red Green Blue C M Y K H S L
Decimal 173 210 124 0.18 0 0.41 0.18 85.81 0.49 0.65
Hex AD D2 7C 12 0 29 12 56 31 41
Octal 255 322 174 22 0 51 22 126 61 101
Binary 10101101 11010010 1111100 10010 0 101001 10010 1010110 110001 1000001

Color Harmonies of #ADD27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD27C

Black with #ADD27C

Text Example


Text Example

White with #ADD27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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