Html Css Color HEX #A0EF6A Feijoa

📋 copy color: '#A0EF6A'

red 160 ◦ green 239 ◦ blue 106

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

Shades of Feijoa #A0EF6A

Tints of Feijoa #A0EF6A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.33%

 BLUE value IS 106 (41.8% from 255) = 20.99%

R = 31.68%
G = 47.33%
B = 20.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#A0EF6A (or 0xA0EF6A) is known color: Feijoa. HEX triplet: A0, EF and 6A. RGB value is (160,239,106). Sum of RGB (Red+Green+Blue) = 160+239+106=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EF6A is #5F1095. Grayscale: #C8C8C8. Windows color (decimal): -6230166 or 7008160. OLE color: 7008160.

HSL color Cylindrical-coordinate representation of color #A0EF6A: hue angle of 95.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0EF6A is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 106 -
CMYK 0.33 0 0.56 0.06
HSL 95.64º 0.81% 0.68% -
HSV(B) 95.64º 0.56% 0.94% -
XYZ 47.97 70.25 24.67 -
YUV 200.22 74.83 99.31 -
System Red Green Blue C M Y K H S L
Decimal 160 239 106 0.33 0 0.56 0.06 95.64 0.81 0.68
Hex A0 EF 6A 21 0 38 6 60 51 44
Octal 240 357 152 41 0 70 6 140 121 104
Binary 10100000 11101111 1101010 100001 0 111000 110 1100000 1010001 1000100

Color Harmonies of #A0EF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EF6A

Black with #A0EF6A

Text Example


Text Example

White with #A0EF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EF6A; }

 p { color: rgb(160,239,106); }

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

background-color css

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

 a { background-color: rgb(160,239,106); }

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

border-color css

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

 span { border-color: rgb(160,239,106); }

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