Html Css Color HEX #A5F473 Feijoa

📋 copy color: '#A5F473'

red 165 ◦ green 244 ◦ blue 115

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

Shades of Feijoa #A5F473

Tints of Feijoa #A5F473

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.56%

 BLUE value IS 115 (45.31% from 255) = 21.95%

R = 31.49%
G = 46.56%
B = 21.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#A5F473 (or 0xA5F473) is known color: Feijoa. HEX triplet: A5, F4 and 73. RGB value is (165,244,115). Sum of RGB (Red+Green+Blue) = 165+244+115=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F473 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F473 is #5A0B8C. Grayscale: #CECECE. Windows color (decimal): -5901197 or 7599269. OLE color: 7599269.

HSL color Cylindrical-coordinate representation of color #A5F473: hue angle of 96.74º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5F473 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 244 115 -
CMYK 0.32 0 0.53 0.04
HSL 96.74º 0.85% 0.7% -
HSV(B) 96.74º 0.53% 0.96% -
XYZ 50.96 73.94 27.81 -
YUV 205.67 76.83 98.99 -
System Red Green Blue C M Y K H S L
Decimal 165 244 115 0.32 0 0.53 0.04 96.74 0.85 0.7
Hex A5 F4 73 20 0 35 4 61 55 46
Octal 245 364 163 40 0 65 4 141 125 106
Binary 10100101 11110100 1110011 100000 0 110101 100 1100001 1010101 1000110

Color Harmonies of #A5F473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F473

Black with #A5F473

Text Example


Text Example

White with #A5F473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F473; }

 p { color: rgb(165,244,115); }

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

background-color css

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

 a { background-color: rgb(165,244,115); }

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

border-color css

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

 span { border-color: rgb(165,244,115); }

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