Html Css Color HEX #A0EF6B Feijoa

📋 copy color: '#A0EF6B'

red 160 ◦ green 239 ◦ blue 107

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

Shades of Feijoa #A0EF6B

Tints of Feijoa #A0EF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.15%

R = 31.62%
G = 47.23%
B = 21.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#A0EF6B (or 0xA0EF6B) is known color: Feijoa. HEX triplet: A0, EF and 6B. RGB value is (160,239,107). Sum of RGB (Red+Green+Blue) = 160+239+107=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EF6B is #5F1094. Grayscale: #C8C8C8. Windows color (decimal): -6230165 or 7073696. OLE color: 7073696.

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

Color convert

RGB 160 239 107 -
CMYK 0.33 0 0.55 0.06
HSL 95.91º 0.8% 0.68% -
HSV(B) 95.91º 0.55% 0.94% -
XYZ 48.02 70.27 24.94 -
YUV 200.33 75.33 99.23 -
System Red Green Blue C M Y K H S L
Decimal 160 239 107 0.33 0 0.55 0.06 95.91 0.8 0.68
Hex A0 EF 6B 21 0 37 6 60 50 44
Octal 240 357 153 41 0 67 6 140 120 104
Binary 10100000 11101111 1101011 100001 0 110111 110 1100000 1010000 1000100

Color Harmonies of #A0EF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EF6B

Black with #A0EF6B

Text Example


Text Example

White with #A0EF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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