Html Css Color HEX #A0E285 Feijoa

📋 copy color: '#A0E285'

red 160 ◦ green 226 ◦ blue 133

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

Shades of Feijoa #A0E285

Tints of Feijoa #A0E285

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.55%

 BLUE value IS 133 (52.34% from 255) = 25.63%

R = 30.83%
G = 43.55%
B = 25.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#A0E285 (or 0xA0E285) is known color: Feijoa. HEX triplet: A0, E2 and 85. RGB value is (160,226,133). Sum of RGB (Red+Green+Blue) = 160+226+133=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E285 is #5F1D7A. Grayscale: #C3C3C3. Windows color (decimal): -6233467 or 8774304. OLE color: 8774304.

HSL color Cylindrical-coordinate representation of color #A0E285: hue angle of 102.58º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0E285 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 226 133 -
CMYK 0.29 0 0.41 0.11
HSL 102.58º 0.62% 0.7% -
HSV(B) 102.58º 0.41% 0.89% -
XYZ 45.93 63.56 32.04 -
YUV 195.66 92.63 102.56 -
System Red Green Blue C M Y K H S L
Decimal 160 226 133 0.29 0 0.41 0.11 102.58 0.62 0.7
Hex A0 E2 85 1D 0 29 B 67 3E 46
Octal 240 342 205 35 0 51 13 147 76 106
Binary 10100000 11100010 10000101 11101 0 101001 1011 1100111 111110 1000110

Color Harmonies of #A0E285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E285

Black with #A0E285

Text Example


Text Example

White with #A0E285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E285; }

 p { color: rgb(160,226,133); }

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

background-color css

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

 a { background-color: rgb(160,226,133); }

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

border-color css

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

 span { border-color: rgb(160,226,133); }

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