Html Css Color HEX #A0D37B Feijoa

📋 copy color: '#A0D37B'

red 160 ◦ green 211 ◦ blue 123

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

Shades of Feijoa #A0D37B

Tints of Feijoa #A0D37B

RGB

 RED value IS 160 (62.89% from 255) = 32.39%

 GREEN value IS 211 (82.81% from 255) = 42.71%

 BLUE value IS 123 (48.44% from 255) = 24.9%

R = 32.39%
G = 42.71%
B = 24.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#A0D37B (or 0xA0D37B) is known color: Feijoa. HEX triplet: A0, D3 and 7B. RGB value is (160,211,123). Sum of RGB (Red+Green+Blue) = 160+211+123=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D37B is #5F2C84. Grayscale: #BABABA. Windows color (decimal): -6237317 or 8115104. OLE color: 8115104.

HSL color Cylindrical-coordinate representation of color #A0D37B: hue angle of 94.77º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0D37B is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 211 123 -
CMYK 0.24 0 0.42 0.17
HSL 94.77º 0.5% 0.65% -
HSV(B) 94.77º 0.42% 0.83% -
XYZ 41.37 55.49 27.27 -
YUV 185.72 92.6 109.66 -
System Red Green Blue C M Y K H S L
Decimal 160 211 123 0.24 0 0.42 0.17 94.77 0.5 0.65
Hex A0 D3 7B 18 0 2A 11 5F 32 41
Octal 240 323 173 30 0 52 21 137 62 101
Binary 10100000 11010011 1111011 11000 0 101010 10001 1011111 110010 1000001

Color Harmonies of #A0D37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D37B

Black with #A0D37B

Text Example


Text Example

White with #A0D37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D37B; }

 p { color: rgb(160,211,123); }

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

background-color css

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

 a { background-color: rgb(160,211,123); }

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

border-color css

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

 span { border-color: rgb(160,211,123); }

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