Html Css Color HEX #A5F777 Feijoa

📋 copy color: '#A5F777'

red 165 ◦ green 247 ◦ blue 119

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

Shades of Feijoa #A5F777

Tints of Feijoa #A5F777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.41%

R = 31.07%
G = 46.52%
B = 22.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#A5F777 (or 0xA5F777) is known color: Feijoa. HEX triplet: A5, F7 and 77. RGB value is (165,247,119). Sum of RGB (Red+Green+Blue) = 165+247+119=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F777 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F777 is #5A0888. Grayscale: #D0D0D0. Windows color (decimal): -5900425 or 7862181. OLE color: 7862181.

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

Color convert

RGB 165 247 119 -
CMYK 0.33 0 0.52 0.03
HSL 98.44º 0.89% 0.72% -
HSV(B) 98.44º 0.52% 0.97% -
XYZ 52.11 75.85 29.35 -
YUV 207.89 77.83 97.41 -
System Red Green Blue C M Y K H S L
Decimal 165 247 119 0.33 0 0.52 0.03 98.44 0.89 0.72
Hex A5 F7 77 21 0 34 3 62 59 48
Octal 245 367 167 41 0 64 3 142 131 110
Binary 10100101 11110111 1110111 100001 0 110100 11 1100010 1011001 1001000

Color Harmonies of #A5F777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F777

Black with #A5F777

Text Example


Text Example

White with #A5F777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F777; }

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

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

background-color css

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

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

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

border-color css

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

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

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