Html Css Color HEX #A5FD73 Feijoa

📋 copy color: '#A5FD73'

red 165 ◦ green 253 ◦ blue 115

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

Shades of Feijoa #A5FD73

Tints of Feijoa #A5FD73

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.47%

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

R = 30.96%
G = 47.47%
B = 21.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#A5FD73 (or 0xA5FD73) is known color: Feijoa. HEX triplet: A5, FD and 73. RGB value is (165,253,115). Sum of RGB (Red+Green+Blue) = 165+253+115=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD73 is #5A028C. Grayscale: #D3D3D3. Windows color (decimal): -5898893 or 7601573. OLE color: 7601573.

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

Color convert

RGB 165 253 115 -
CMYK 0.35 0 0.55 0.01
HSL 98.26º 0.97% 0.72% -
HSV(B) 98.26º 0.55% 0.99% -
XYZ 53.74 79.49 28.73 -
YUV 210.96 73.85 95.22 -
System Red Green Blue C M Y K H S L
Decimal 165 253 115 0.35 0 0.55 0.01 98.26 0.97 0.72
Hex A5 FD 73 23 0 37 1 62 61 48
Octal 245 375 163 43 0 67 1 142 141 110
Binary 10100101 11111101 1110011 100011 0 110111 1 1100010 1100001 1001000

Color Harmonies of #A5FD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FD73

Black with #A5FD73

Text Example


Text Example

White with #A5FD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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