Html Css Color HEX #A0F268 Feijoa

📋 copy color: '#A0F268'

red 160 ◦ green 242 ◦ blue 104

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

Shades of Feijoa #A0F268

Tints of Feijoa #A0F268

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.83%

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

R = 31.62%
G = 47.83%
B = 20.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#A0F268 (or 0xA0F268) is known color: Feijoa. HEX triplet: A0, F2 and 68. RGB value is (160,242,104). Sum of RGB (Red+Green+Blue) = 160+242+104=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F268 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F268 is #5F0D97. Grayscale: #CACACA. Windows color (decimal): -6229400 or 6877856. OLE color: 6877856.

HSL color Cylindrical-coordinate representation of color #A0F268: hue angle of 95.65º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0F268 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 242 104 -
CMYK 0.34 0 0.57 0.05
HSL 95.65º 0.84% 0.68% -
HSV(B) 95.65º 0.57% 0.95% -
XYZ 48.75 71.98 24.42 -
YUV 201.75 72.83 98.22 -
System Red Green Blue C M Y K H S L
Decimal 160 242 104 0.34 0 0.57 0.05 95.65 0.84 0.68
Hex A0 F2 68 22 0 39 5 60 54 44
Octal 240 362 150 42 0 71 5 140 124 104
Binary 10100000 11110010 1101000 100010 0 111001 101 1100000 1010100 1000100

Color Harmonies of #A0F268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F268

Black with #A0F268

Text Example


Text Example

White with #A0F268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F268; }

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

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

background-color css

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

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

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

border-color css

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

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

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