Html Css Color HEX #A0F975 Feijoa

📋 copy color: '#A0F975'

red 160 ◦ green 249 ◦ blue 117

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

Shades of Feijoa #A0F975

Tints of Feijoa #A0F975

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.34%

 BLUE value IS 117 (46.09% from 255) = 22.24%

R = 30.42%
G = 47.34%
B = 22.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#A0F975 (or 0xA0F975) is known color: Feijoa. HEX triplet: A0, F9 and 75. RGB value is (160,249,117). Sum of RGB (Red+Green+Blue) = 160+249+117=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F975 is #5F068A. Grayscale: #CFCFCF. Windows color (decimal): -6227595 or 7731616. OLE color: 7731616.

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

Color convert

RGB 160 249 117 -
CMYK 0.36 0 0.53 0.02
HSL 100.45º 0.92% 0.72% -
HSV(B) 100.45º 0.53% 0.98% -
XYZ 51.58 76.51 28.88 -
YUV 207.34 77.01 94.23 -
System Red Green Blue C M Y K H S L
Decimal 160 249 117 0.36 0 0.53 0.02 100.45 0.92 0.72
Hex A0 F9 75 24 0 35 2 64 5C 48
Octal 240 371 165 44 0 65 2 144 134 110
Binary 10100000 11111001 1110101 100100 0 110101 10 1100100 1011100 1001000

Color Harmonies of #A0F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F975

Black with #A0F975

Text Example


Text Example

White with #A0F975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F975; }

 p { color: rgb(160,249,117); }

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

background-color css

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

 a { background-color: rgb(160,249,117); }

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

border-color css

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

 span { border-color: rgb(160,249,117); }

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