Html Css Color HEX #A5F46C Feijoa

📋 copy color: '#A5F46C'

red 165 ◦ green 244 ◦ blue 108

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

Shades of Feijoa #A5F46C

Tints of Feijoa #A5F46C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.2%

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

R = 31.91%
G = 47.2%
B = 20.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#A5F46C (or 0xA5F46C) is known color: Feijoa. HEX triplet: A5, F4 and 6C. RGB value is (165,244,108). Sum of RGB (Red+Green+Blue) = 165+244+108=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F46C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F46C is #5A0B93. Grayscale: #CDCDCD. Windows color (decimal): -5901204 or 7140517. OLE color: 7140517.

HSL color Cylindrical-coordinate representation of color #A5F46C: hue angle of 94.85º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5F46C is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 244 108 -
CMYK 0.32 0 0.56 0.04
HSL 94.85º 0.86% 0.69% -
HSV(B) 94.85º 0.56% 0.96% -
XYZ 50.57 73.78 25.76 -
YUV 204.88 73.33 99.56 -
System Red Green Blue C M Y K H S L
Decimal 165 244 108 0.32 0 0.56 0.04 94.85 0.86 0.69
Hex A5 F4 6C 20 0 38 4 5F 56 45
Octal 245 364 154 40 0 70 4 137 126 105
Binary 10100101 11110100 1101100 100000 0 111000 100 1011111 1010110 1000101

Color Harmonies of #A5F46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F46C

Black with #A5F46C

Text Example


Text Example

White with #A5F46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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