Html Css Color HEX #A5F878 Feijoa

📋 copy color: '#A5F878'

red 165 ◦ green 248 ◦ blue 120

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

Shades of Feijoa #A5F878

Tints of Feijoa #A5F878

RGB

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

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

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

R = 30.96%
G = 46.53%
B = 22.51%

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

#A5F878 (or 0xA5F878) is known color: Feijoa. HEX triplet: A5, F8 and 78. RGB value is (165,248,120). Sum of RGB (Red+Green+Blue) = 165+248+120=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F878 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F878 is #5A0787. Grayscale: #D1D1D1. Windows color (decimal): -5900168 or 7927973. OLE color: 7927973.

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

Color convert

RGB 165 248 120 -
CMYK 0.33 0 0.52 0.03
HSL 98.91º 0.9% 0.72% -
HSV(B) 98.91º 0.52% 0.97% -
XYZ 52.47 76.49 29.77 -
YUV 208.59 78 96.91 -
System Red Green Blue C M Y K H S L
Decimal 165 248 120 0.33 0 0.52 0.03 98.91 0.9 0.72
Hex A5 F8 78 21 0 34 3 63 5A 48
Octal 245 370 170 41 0 64 3 143 132 110
Binary 10100101 11111000 1111000 100001 0 110100 11 1100011 1011010 1001000

Color Harmonies of #A5F878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F878

Black with #A5F878

Text Example


Text Example

White with #A5F878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F878; }

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

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

background-color css

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

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

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

border-color css

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

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

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