Html Css Color HEX #A5F16D Feijoa

📋 copy color: '#A5F16D'

red 165 ◦ green 241 ◦ blue 109

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

Shades of Feijoa #A5F16D

Tints of Feijoa #A5F16D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.8%

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

R = 32.04%
G = 46.8%
B = 21.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#A5F16D (or 0xA5F16D) is known color: Feijoa. HEX triplet: A5, F1 and 6D. RGB value is (165,241,109). Sum of RGB (Red+Green+Blue) = 165+241+109=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F16D is #5A0E92. Grayscale: #CBCBCB. Windows color (decimal): -5901971 or 7205285. OLE color: 7205285.

HSL color Cylindrical-coordinate representation of color #A5F16D: hue angle of 94.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5F16D is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 241 109 -
CMYK 0.32 0 0.55 0.05
HSL 94.55º 0.83% 0.69% -
HSV(B) 94.55º 0.55% 0.95% -
XYZ 49.73 72.01 25.75 -
YUV 203.23 74.82 100.73 -
System Red Green Blue C M Y K H S L
Decimal 165 241 109 0.32 0 0.55 0.05 94.55 0.83 0.69
Hex A5 F1 6D 20 0 37 5 5F 52 45
Octal 245 361 155 40 0 67 5 137 122 105
Binary 10100101 11110001 1101101 100000 0 110111 101 1011111 1010010 1000101

Color Harmonies of #A5F16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F16D

Black with #A5F16D

Text Example


Text Example

White with #A5F16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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