Html Css Color HEX #A0E375 Feijoa

📋 copy color: '#A0E375'

red 160 ◦ green 227 ◦ blue 117

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

Shades of Feijoa #A0E375

Tints of Feijoa #A0E375

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.04%

 BLUE value IS 117 (46.09% from 255) = 23.21%

R = 31.75%
G = 45.04%
B = 23.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#A0E375 (or 0xA0E375) is known color: Feijoa. HEX triplet: A0, E3 and 75. RGB value is (160,227,117). Sum of RGB (Red+Green+Blue) = 160+227+117=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E375 is #5F1C8A. Grayscale: #C2C2C2. Windows color (decimal): -6233227 or 7725984. OLE color: 7725984.

HSL color Cylindrical-coordinate representation of color #A0E375: hue angle of 96.55º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0E375 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 227 117 -
CMYK 0.30 0 0.48 0.11
HSL 96.55º 0.66% 0.67% -
HSV(B) 96.55º 0.48% 0.89% -
XYZ 45.18 63.7 26.74 -
YUV 194.43 84.3 103.44 -
System Red Green Blue C M Y K H S L
Decimal 160 227 117 0.30 0 0.48 0.11 96.55 0.66 0.67
Hex A0 E3 75 1E 0 30 B 61 42 43
Octal 240 343 165 36 0 60 13 141 102 103
Binary 10100000 11100011 1110101 11110 0 110000 1011 1100001 1000010 1000011

Color Harmonies of #A0E375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E375

Black with #A0E375

Text Example


Text Example

White with #A0E375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E375; }

 p { color: rgb(160,227,117); }

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

background-color css

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

 a { background-color: rgb(160,227,117); }

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

border-color css

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

 span { border-color: rgb(160,227,117); }

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