Html Css Color HEX #A0E97B Feijoa

📋 copy color: '#A0E97B'

red 160 ◦ green 233 ◦ blue 123

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

Shades of Feijoa #A0E97B

Tints of Feijoa #A0E97B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.16%

 BLUE value IS 123 (48.44% from 255) = 23.84%

R = 31.01%
G = 45.16%
B = 23.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#A0E97B (or 0xA0E97B) is known color: Feijoa. HEX triplet: A0, E9 and 7B. RGB value is (160,233,123). Sum of RGB (Red+Green+Blue) = 160+233+123=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E97B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E97B is #5F1684. Grayscale: #C7C7C7. Windows color (decimal): -6231685 or 8120736. OLE color: 8120736.

HSL color Cylindrical-coordinate representation of color #A0E97B: hue angle of 99.82º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0E97B is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 233 123 -
CMYK 0.31 0 0.47 0.09
HSL 99.82º 0.71% 0.7% -
HSV(B) 99.82º 0.47% 0.91% -
XYZ 47.21 67.18 29.22 -
YUV 198.63 85.32 100.44 -
System Red Green Blue C M Y K H S L
Decimal 160 233 123 0.31 0 0.47 0.09 99.82 0.71 0.7
Hex A0 E9 7B 1F 0 2F 9 64 47 46
Octal 240 351 173 37 0 57 11 144 107 106
Binary 10100000 11101001 1111011 11111 0 101111 1001 1100100 1000111 1000110

Color Harmonies of #A0E97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E97B

Black with #A0E97B

Text Example


Text Example

White with #A0E97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E97B; }

 p { color: rgb(160,233,123); }

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

background-color css

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

 a { background-color: rgb(160,233,123); }

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

border-color css

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

 span { border-color: rgb(160,233,123); }

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