Html Css Color HEX #A5F16C Feijoa

📋 copy color: '#A5F16C'

red 165 ◦ green 241 ◦ blue 108

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

Shades of Feijoa #A5F16C

Tints of Feijoa #A5F16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.01%

R = 32.1%
G = 46.89%
B = 21.01%

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

#A5F16C (or 0xA5F16C) is known color: Feijoa. HEX triplet: A5, F1 and 6C. RGB value is (165,241,108). Sum of RGB (Red+Green+Blue) = 165+241+108=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F16C is #5A0E93. Grayscale: #CBCBCB. Windows color (decimal): -5901972 or 7139749. OLE color: 7139749.

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

Color convert

RGB 165 241 108 -
CMYK 0.32 0 0.55 0.05
HSL 94.29º 0.83% 0.68% -
HSV(B) 94.29º 0.55% 0.95% -
XYZ 49.68 71.99 25.46 -
YUV 203.11 74.32 100.81 -
System Red Green Blue C M Y K H S L
Decimal 165 241 108 0.32 0 0.55 0.05 94.29 0.83 0.68
Hex A5 F1 6C 20 0 37 5 5E 53 44
Octal 245 361 154 40 0 67 5 136 123 104
Binary 10100101 11110001 1101100 100000 0 110111 101 1011110 1010011 1000100

Color Harmonies of #A5F16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F16C

Black with #A5F16C

Text Example


Text Example

White with #A5F16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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