Html Css Color HEX #A5F877 Feijoa

📋 copy color: '#A5F877'

red 165 ◦ green 248 ◦ blue 119

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

Shades of Feijoa #A5F877

Tints of Feijoa #A5F877

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.62%

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

R = 31.02%
G = 46.62%
B = 22.37%

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

#A5F877 (or 0xA5F877) is known color: Feijoa. HEX triplet: A5, F8 and 77. RGB value is (165,248,119). Sum of RGB (Red+Green+Blue) = 165+248+119=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F877 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F877 is #5A0788. Grayscale: #D0D0D0. Windows color (decimal): -5900169 or 7862437. OLE color: 7862437.

HSL color Cylindrical-coordinate representation of color #A5F877: hue angle of 98.6º degrees, saturation: 0.9, 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 #A5F877 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 248 119 -
CMYK 0.33 0 0.52 0.03
HSL 98.6º 0.9% 0.72% -
HSV(B) 98.6º 0.52% 0.97% -
XYZ 52.41 76.47 29.45 -
YUV 208.48 77.5 96.99 -
System Red Green Blue C M Y K H S L
Decimal 165 248 119 0.33 0 0.52 0.03 98.6 0.9 0.72
Hex A5 F8 77 21 0 34 3 63 5A 48
Octal 245 370 167 41 0 64 3 143 132 110
Binary 10100101 11111000 1110111 100001 0 110100 11 1100011 1011010 1001000

Color Harmonies of #A5F877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F877

Black with #A5F877

Text Example


Text Example

White with #A5F877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F877; }

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

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

background-color css

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

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

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

border-color css

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

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

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