Html Css Color HEX #A5FE75 Feijoa

📋 copy color: '#A5FE75'

red 165 ◦ green 254 ◦ blue 117

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

Shades of Feijoa #A5FE75

Tints of Feijoa #A5FE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.83%

R = 30.78%
G = 47.39%
B = 21.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#A5FE75 (or 0xA5FE75) is known color: Feijoa. HEX triplet: A5, FE and 75. RGB value is (165,254,117). Sum of RGB (Red+Green+Blue) = 165+254+117=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FE75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FE75 is #5A018A. Grayscale: #D4D4D4. Windows color (decimal): -5898635 or 7732901. OLE color: 7732901.

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

Color convert

RGB 165 254 117 -
CMYK 0.35 0 0.54 0.00
HSL 98.98º 0.99% 0.73% -
HSV(B) 98.98º 0.54% 1% -
XYZ 54.17 80.17 29.45 -
YUV 211.77 74.51 94.64 -
System Red Green Blue C M Y K H S L
Decimal 165 254 117 0.35 0 0.54 0.00 98.98 0.99 0.73
Hex A5 FE 75 23 0 36 0 63 63 49
Octal 245 376 165 43 0 66 0 143 143 111
Binary 10100101 11111110 1110101 100011 0 110110 0 1100011 1100011 1001001

Color Harmonies of #A5FE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FE75

Black with #A5FE75

Text Example


Text Example

White with #A5FE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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