Html Css Color HEX #A0E06C Feijoa

📋 copy color: '#A0E06C'

red 160 ◦ green 224 ◦ blue 108

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

Shades of Feijoa #A0E06C

Tints of Feijoa #A0E06C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.53%

 BLUE value IS 108 (42.58% from 255) = 21.95%

R = 32.52%
G = 45.53%
B = 21.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#A0E06C (or 0xA0E06C) is known color: Feijoa. HEX triplet: A0, E0 and 6C. RGB value is (160,224,108). Sum of RGB (Red+Green+Blue) = 160+224+108=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E06C is #5F1F93. Grayscale: #C0C0C0. Windows color (decimal): -6234004 or 7135392. OLE color: 7135392.

HSL color Cylindrical-coordinate representation of color #A0E06C: hue angle of 93.1º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0E06C is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 224 108 -
CMYK 0.29 0 0.52 0.12
HSL 93.1º 0.65% 0.65% -
HSV(B) 93.1º 0.52% 0.88% -
XYZ 43.86 61.87 23.82 -
YUV 191.64 80.8 105.43 -
System Red Green Blue C M Y K H S L
Decimal 160 224 108 0.29 0 0.52 0.12 93.1 0.65 0.65
Hex A0 E0 6C 1D 0 34 C 5D 41 41
Octal 240 340 154 35 0 64 14 135 101 101
Binary 10100000 11100000 1101100 11101 0 110100 1100 1011101 1000001 1000001

Color Harmonies of #A0E06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E06C

Black with #A0E06C

Text Example


Text Example

White with #A0E06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E06C; }

 p { color: rgb(160,224,108); }

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

background-color css

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

 a { background-color: rgb(160,224,108); }

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

border-color css

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

 span { border-color: rgb(160,224,108); }

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