Html Css Color HEX #A5FE6D Feijoa

📋 copy color: '#A5FE6D'

red 165 ◦ green 254 ◦ blue 109

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

Shades of Feijoa #A5FE6D

Tints of Feijoa #A5FE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.64%

R = 31.25%
G = 48.11%
B = 20.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#A5FE6D (or 0xA5FE6D) is known color: Feijoa. HEX triplet: A5, FE and 6D. RGB value is (165,254,109). Sum of RGB (Red+Green+Blue) = 165+254+109=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FE6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FE6D is #5A0192. Grayscale: #D3D3D3. Windows color (decimal): -5898643 or 7208613. OLE color: 7208613.

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

Color convert

RGB 165 254 109 -
CMYK 0.35 0 0.57 0.00
HSL 96.83º 0.99% 0.71% -
HSV(B) 96.83º 0.57% 1% -
XYZ 53.72 79.99 27.08 -
YUV 210.86 70.51 95.29 -
System Red Green Blue C M Y K H S L
Decimal 165 254 109 0.35 0 0.57 0.00 96.83 0.99 0.71
Hex A5 FE 6D 23 0 39 0 61 63 47
Octal 245 376 155 43 0 71 0 141 143 107
Binary 10100101 11111110 1101101 100011 0 111001 0 1100001 1100011 1000111

Color Harmonies of #A5FE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FE6D

Black with #A5FE6D

Text Example


Text Example

White with #A5FE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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