Html Css Color HEX #A1FD78 Feijoa

📋 copy color: '#A1FD78'

red 161 ◦ green 253 ◦ blue 120

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

Shades of Feijoa #A1FD78

Tints of Feijoa #A1FD78

RGB

 RED value IS 161 (63.28% from 255) = 30.15%

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

 BLUE value IS 120 (47.27% from 255) = 22.47%

R = 30.15%
G = 47.38%
B = 22.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#A1FD78 (or 0xA1FD78) is known color: Feijoa. HEX triplet: A1, FD and 78. RGB value is (161,253,120). Sum of RGB (Red+Green+Blue) = 161+253+120=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FD78 is #5E0287. Grayscale: #D2D2D2. Windows color (decimal): -6161032 or 7929249. OLE color: 7929249.

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

Color convert

RGB 161 253 120 -
CMYK 0.36 0 0.53 0.01
HSL 101.5º 0.97% 0.73% -
HSV(B) 101.5º 0.53% 0.99% -
XYZ 53.21 79.18 30.25 -
YUV 210.33 77.02 92.81 -
System Red Green Blue C M Y K H S L
Decimal 161 253 120 0.36 0 0.53 0.01 101.5 0.97 0.73
Hex A1 FD 78 24 0 35 1 66 61 49
Octal 241 375 170 44 0 65 1 146 141 111
Binary 10100001 11111101 1111000 100100 0 110101 1 1100110 1100001 1001001

Color Harmonies of #A1FD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FD78

Black with #A1FD78

Text Example


Text Example

White with #A1FD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FD78; }

 p { color: rgb(161,253,120); }

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

background-color css

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

 a { background-color: rgb(161,253,120); }

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

border-color css

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

 span { border-color: rgb(161,253,120); }

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