Html Css Color HEX #A5D37F Feijoa

📋 copy color: '#A5D37F'

red 165 ◦ green 211 ◦ blue 127

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

Shades of Feijoa #A5D37F

Tints of Feijoa #A5D37F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.95%

 BLUE value IS 127 (50% from 255) = 25.25%

R = 32.8%
G = 41.95%
B = 25.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#A5D37F (or 0xA5D37F) is known color: Feijoa. HEX triplet: A5, D3 and 7F. RGB value is (165,211,127). Sum of RGB (Red+Green+Blue) = 165+211+127=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D37F is #5A2C80. Grayscale: #BBBBBB. Windows color (decimal): -5909633 or 8377253. OLE color: 8377253.

HSL color Cylindrical-coordinate representation of color #A5D37F: hue angle of 92.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5D37F is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 211 127 -
CMYK 0.22 0 0.40 0.17
HSL 92.86º 0.49% 0.66% -
HSV(B) 92.86º 0.4% 0.83% -
XYZ 42.64 56.12 28.66 -
YUV 187.67 93.76 111.83 -
System Red Green Blue C M Y K H S L
Decimal 165 211 127 0.22 0 0.40 0.17 92.86 0.49 0.66
Hex A5 D3 7F 16 0 28 11 5D 31 42
Octal 245 323 177 26 0 50 21 135 61 102
Binary 10100101 11010011 1111111 10110 0 101000 10001 1011101 110001 1000010

Color Harmonies of #A5D37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D37F

Black with #A5D37F

Text Example


Text Example

White with #A5D37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D37F; }

 p { color: rgb(165,211,127); }

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

background-color css

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

 a { background-color: rgb(165,211,127); }

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

border-color css

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

 span { border-color: rgb(165,211,127); }

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