Html Css Color HEX #A5F874 Feijoa

📋 copy color: '#A5F874'

red 165 ◦ green 248 ◦ blue 116

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

Shades of Feijoa #A5F874

Tints of Feijoa #A5F874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.93%

R = 31.19%
G = 46.88%
B = 21.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#A5F874 (or 0xA5F874) is known color: Feijoa. HEX triplet: A5, F8 and 74. RGB value is (165,248,116). Sum of RGB (Red+Green+Blue) = 165+248+116=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F874 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F874 is #5A078B. Grayscale: #D0D0D0. Windows color (decimal): -5900172 or 7665829. OLE color: 7665829.

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

Color convert

RGB 165 248 116 -
CMYK 0.33 0 0.53 0.03
HSL 97.73º 0.9% 0.71% -
HSV(B) 97.73º 0.53% 0.97% -
XYZ 52.24 76.4 28.52 -
YUV 208.14 76 97.23 -
System Red Green Blue C M Y K H S L
Decimal 165 248 116 0.33 0 0.53 0.03 97.73 0.9 0.71
Hex A5 F8 74 21 0 35 3 62 5A 47
Octal 245 370 164 41 0 65 3 142 132 107
Binary 10100101 11111000 1110100 100001 0 110101 11 1100010 1011010 1000111

Color Harmonies of #A5F874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F874

Black with #A5F874

Text Example


Text Example

White with #A5F874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F874; }

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

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

background-color css

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

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

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

border-color css

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

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

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