Html Css Color HEX #A0EE6C Feijoa

📋 copy color: '#A0EE6C'

red 160 ◦ green 238 ◦ blue 108

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

Shades of Feijoa #A0EE6C

Tints of Feijoa #A0EE6C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.04%

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

R = 31.62%
G = 47.04%
B = 21.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#A0EE6C (or 0xA0EE6C) is known color: Feijoa. HEX triplet: A0, EE and 6C. RGB value is (160,238,108). Sum of RGB (Red+Green+Blue) = 160+238+108=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EE6C is #5F1193. Grayscale: #C8C8C8. Windows color (decimal): -6230420 or 7138976. OLE color: 7138976.

HSL color Cylindrical-coordinate representation of color #A0EE6C: hue angle of 96º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0EE6C is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 238 108 -
CMYK 0.33 0 0.55 0.07
HSL 96º 0.79% 0.68% -
HSV(B) 96º 0.55% 0.93% -
XYZ 47.78 69.71 25.12 -
YUV 199.86 76.16 99.57 -
System Red Green Blue C M Y K H S L
Decimal 160 238 108 0.33 0 0.55 0.07 96 0.79 0.68
Hex A0 EE 6C 21 0 37 7 60 4F 44
Octal 240 356 154 41 0 67 7 140 117 104
Binary 10100000 11101110 1101100 100001 0 110111 111 1100000 1001111 1000100

Color Harmonies of #A0EE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EE6C

Black with #A0EE6C

Text Example


Text Example

White with #A0EE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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