Html Css Color HEX #A0EF6C Feijoa

📋 copy color: '#A0EF6C'

red 160 ◦ green 239 ◦ blue 108

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

Shades of Feijoa #A0EF6C

Tints of Feijoa #A0EF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.3%

R = 31.56%
G = 47.14%
B = 21.3%

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

#A0EF6C (or 0xA0EF6C) is known color: Feijoa. HEX triplet: A0, EF and 6C. RGB value is (160,239,108). Sum of RGB (Red+Green+Blue) = 160+239+108=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EF6C is #5F1093. Grayscale: #C8C8C8. Windows color (decimal): -6230164 or 7139232. OLE color: 7139232.

HSL color Cylindrical-coordinate representation of color #A0EF6C: hue angle of 96.18º 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 #A0EF6C is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 108 -
CMYK 0.33 0 0.55 0.06
HSL 96.18º 0.8% 0.68% -
HSV(B) 96.18º 0.55% 0.94% -
XYZ 48.07 70.29 25.22 -
YUV 200.45 75.83 99.15 -
System Red Green Blue C M Y K H S L
Decimal 160 239 108 0.33 0 0.55 0.06 96.18 0.8 0.68
Hex A0 EF 6C 21 0 37 6 60 50 44
Octal 240 357 154 41 0 67 6 140 120 104
Binary 10100000 11101111 1101100 100001 0 110111 110 1100000 1010000 1000100

Color Harmonies of #A0EF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EF6C

Black with #A0EF6C

Text Example


Text Example

White with #A0EF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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