Html Css Color HEX #A0FD74 Feijoa

📋 copy color: '#A0FD74'

red 160 ◦ green 253 ◦ blue 116

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

Shades of Feijoa #A0FD74

Tints of Feijoa #A0FD74

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.83%

 BLUE value IS 116 (45.7% from 255) = 21.93%

R = 30.25%
G = 47.83%
B = 21.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#A0FD74 (or 0xA0FD74) is known color: Feijoa. HEX triplet: A0, FD and 74. RGB value is (160,253,116). Sum of RGB (Red+Green+Blue) = 160+253+116=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD74 is #5F028B. Grayscale: #D2D2D2. Windows color (decimal): -6226572 or 7667104. OLE color: 7667104.

HSL color Cylindrical-coordinate representation of color #A0FD74: hue angle of 100.73º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0FD74 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 253 116 -
CMYK 0.37 0 0.54 0.01
HSL 100.73º 0.97% 0.72% -
HSV(B) 100.73º 0.54% 0.99% -
XYZ 52.77 78.99 28.99 -
YUV 209.58 75.19 92.64 -
System Red Green Blue C M Y K H S L
Decimal 160 253 116 0.37 0 0.54 0.01 100.73 0.97 0.72
Hex A0 FD 74 25 0 36 1 65 61 48
Octal 240 375 164 45 0 66 1 145 141 110
Binary 10100000 11111101 1110100 100101 0 110110 1 1100101 1100001 1001000

Color Harmonies of #A0FD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FD74

Black with #A0FD74

Text Example


Text Example

White with #A0FD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FD74; }

 p { color: rgb(160,253,116); }

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

background-color css

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

 a { background-color: rgb(160,253,116); }

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

border-color css

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

 span { border-color: rgb(160,253,116); }

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