Html Css Color HEX #A5FD6E Feijoa

📋 copy color: '#A5FD6E'

red 165 ◦ green 253 ◦ blue 110

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

Shades of Feijoa #A5FD6E

Tints of Feijoa #A5FD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.83%

R = 31.25%
G = 47.92%
B = 20.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#A5FD6E (or 0xA5FD6E) is known color: Feijoa. HEX triplet: A5, FD and 6E. RGB value is (165,253,110). Sum of RGB (Red+Green+Blue) = 165+253+110=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD6E is #5A0291. Grayscale: #D2D2D2. Windows color (decimal): -5898898 or 7273893. OLE color: 7273893.

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

Color convert

RGB 165 253 110 -
CMYK 0.35 0 0.57 0.01
HSL 96.92º 0.97% 0.71% -
HSV(B) 96.92º 0.57% 0.99% -
XYZ 53.46 79.38 27.26 -
YUV 210.39 71.35 95.63 -
System Red Green Blue C M Y K H S L
Decimal 165 253 110 0.35 0 0.57 0.01 96.92 0.97 0.71
Hex A5 FD 6E 23 0 39 1 61 61 47
Octal 245 375 156 43 0 71 1 141 141 107
Binary 10100101 11111101 1101110 100011 0 111001 1 1100001 1100001 1000111

Color Harmonies of #A5FD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FD6E

Black with #A5FD6E

Text Example


Text Example

White with #A5FD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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