Html Css Color HEX #A0FA68 Feijoa

📋 copy color: '#A0FA68'

red 160 ◦ green 250 ◦ blue 104

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

Shades of Feijoa #A0FA68

Tints of Feijoa #A0FA68

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.64%

 BLUE value IS 104 (41.02% from 255) = 20.23%

R = 31.13%
G = 48.64%
B = 20.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#A0FA68 (or 0xA0FA68) is known color: Feijoa. HEX triplet: A0, FA and 68. RGB value is (160,250,104). Sum of RGB (Red+Green+Blue) = 160+250+104=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA68 is #5F0597. Grayscale: #CECECE. Windows color (decimal): -6227352 or 6879904. OLE color: 6879904.

HSL color Cylindrical-coordinate representation of color #A0FA68: hue angle of 96.99º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0FA68 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 250 104 -
CMYK 0.36 0 0.58 0.02
HSL 96.99º 0.94% 0.69% -
HSV(B) 96.99º 0.58% 0.98% -
XYZ 51.18 76.84 25.23 -
YUV 206.45 70.18 94.87 -
System Red Green Blue C M Y K H S L
Decimal 160 250 104 0.36 0 0.58 0.02 96.99 0.94 0.69
Hex A0 FA 68 24 0 3A 2 61 5E 45
Octal 240 372 150 44 0 72 2 141 136 105
Binary 10100000 11111010 1101000 100100 0 111010 10 1100001 1011110 1000101

Color Harmonies of #A0FA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FA68

Black with #A0FA68

Text Example


Text Example

White with #A0FA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FA68; }

 p { color: rgb(160,250,104); }

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

background-color css

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

 a { background-color: rgb(160,250,104); }

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

border-color css

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

 span { border-color: rgb(160,250,104); }

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