Html Css Color HEX #A5F780 Feijoa

📋 copy color: '#A5F780'

red 165 ◦ green 247 ◦ blue 128

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

Shades of Feijoa #A5F780

Tints of Feijoa #A5F780

RGB

 RED value IS 165 (64.84% from 255) = 30.56%

 GREEN value IS 247 (96.88% from 255) = 45.74%

 BLUE value IS 128 (50.39% from 255) = 23.7%

R = 30.56%
G = 45.74%
B = 23.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#A5F780 (or 0xA5F780) is known color: Feijoa. HEX triplet: A5, F7 and 80. RGB value is (165,247,128). Sum of RGB (Red+Green+Blue) = 165+247+128=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F780 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F780 is #5A087F. Grayscale: #D1D1D1. Windows color (decimal): -5900416 or 8452005. OLE color: 8452005.

HSL color Cylindrical-coordinate representation of color #A5F780: hue angle of 101.34º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5F780 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 247 128 -
CMYK 0.33 0 0.48 0.03
HSL 101.34º 0.88% 0.74% -
HSV(B) 101.34º 0.48% 0.97% -
XYZ 52.67 76.08 32.33 -
YUV 208.92 82.33 96.68 -
System Red Green Blue C M Y K H S L
Decimal 165 247 128 0.33 0 0.48 0.03 101.34 0.88 0.74
Hex A5 F7 80 21 0 30 3 65 58 4A
Octal 245 367 200 41 0 60 3 145 130 112
Binary 10100101 11110111 10000000 100001 0 110000 11 1100101 1011000 1001010

Color Harmonies of #A5F780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F780

Black with #A5F780

Text Example


Text Example

White with #A5F780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F780; }

 p { color: rgb(165,247,128); }

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

background-color css

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

 a { background-color: rgb(165,247,128); }

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

border-color css

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

 span { border-color: rgb(165,247,128); }

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