Html Css Color HEX #A0EA75 Feijoa

📋 copy color: '#A0EA75'

red 160 ◦ green 234 ◦ blue 117

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

Shades of Feijoa #A0EA75

Tints of Feijoa #A0EA75

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.79%

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

R = 31.31%
G = 45.79%
B = 22.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#A0EA75 (or 0xA0EA75) is known color: Feijoa. HEX triplet: A0, EA and 75. RGB value is (160,234,117). Sum of RGB (Red+Green+Blue) = 160+234+117=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EA75 is #5F158A. Grayscale: #C6C6C6. Windows color (decimal): -6231435 or 7727776. OLE color: 7727776.

HSL color Cylindrical-coordinate representation of color #A0EA75: hue angle of 97.95º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0EA75 is Cyan = 0.32, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 234 117 -
CMYK 0.32 0 0.5 0.08
HSL 97.95º 0.74% 0.69% -
HSV(B) 97.95º 0.5% 0.92% -
XYZ 47.13 67.6 27.39 -
YUV 198.54 81.98 100.51 -
System Red Green Blue C M Y K H S L
Decimal 160 234 117 0.32 0 0.5 0.08 97.95 0.74 0.69
Hex A0 EA 75 20 0 32 8 62 4A 45
Octal 240 352 165 40 0 62 10 142 112 105
Binary 10100000 11101010 1110101 100000 0 110010 1000 1100010 1001010 1000101

Color Harmonies of #A0EA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EA75

Black with #A0EA75

Text Example


Text Example

White with #A0EA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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