Html Css Color HEX #A5F175 Feijoa

📋 copy color: '#A5F175'

red 165 ◦ green 241 ◦ blue 117

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

Shades of Feijoa #A5F175

Tints of Feijoa #A5F175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.37%

R = 31.55%
G = 46.08%
B = 22.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#A5F175 (or 0xA5F175) is known color: Feijoa. HEX triplet: A5, F1 and 75. RGB value is (165,241,117). Sum of RGB (Red+Green+Blue) = 165+241+117=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F175 is #5A0E8A. Grayscale: #CCCCCC. Windows color (decimal): -5901963 or 7729573. OLE color: 7729573.

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

Color convert

RGB 165 241 117 -
CMYK 0.32 0 0.51 0.05
HSL 96.77º 0.82% 0.7% -
HSV(B) 96.77º 0.51% 0.95% -
XYZ 50.18 72.19 28.12 -
YUV 204.14 78.82 100.08 -
System Red Green Blue C M Y K H S L
Decimal 165 241 117 0.32 0 0.51 0.05 96.77 0.82 0.7
Hex A5 F1 75 20 0 33 5 61 52 46
Octal 245 361 165 40 0 63 5 141 122 106
Binary 10100101 11110001 1110101 100000 0 110011 101 1100001 1010010 1000110

Color Harmonies of #A5F175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F175

Black with #A5F175

Text Example


Text Example

White with #A5F175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F175; }

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

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

background-color css

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

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

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

border-color css

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

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

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