Html Css Color HEX #A5FE73 Feijoa

📋 copy color: '#A5FE73'

red 165 ◦ green 254 ◦ blue 115

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

Shades of Feijoa #A5FE73

Tints of Feijoa #A5FE73

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.57%

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

R = 30.9%
G = 47.57%
B = 21.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#A5FE73 (or 0xA5FE73) is known color: Feijoa. HEX triplet: A5, FE and 73. RGB value is (165,254,115). Sum of RGB (Red+Green+Blue) = 165+254+115=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FE73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FE73 is #5A018C. Grayscale: #D4D4D4. Windows color (decimal): -5898637 or 7601829. OLE color: 7601829.

HSL color Cylindrical-coordinate representation of color #A5FE73: hue angle of 98.42º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5FE73 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 254 115 -
CMYK 0.35 0 0.55 0.00
HSL 98.42º 0.99% 0.72% -
HSV(B) 98.42º 0.55% 1% -
XYZ 54.05 80.12 28.84 -
YUV 211.54 73.51 94.8 -
System Red Green Blue C M Y K H S L
Decimal 165 254 115 0.35 0 0.55 0.00 98.42 0.99 0.72
Hex A5 FE 73 23 0 37 0 62 63 48
Octal 245 376 163 43 0 67 0 142 143 110
Binary 10100101 11111110 1110011 100011 0 110111 0 1100010 1100011 1001000

Color Harmonies of #A5FE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FE73

Black with #A5FE73

Text Example


Text Example

White with #A5FE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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