Html Css Color HEX #A5E37E Feijoa

📋 copy color: '#A5E37E'

red 165 ◦ green 227 ◦ blue 126

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

Shades of Feijoa #A5E37E

Tints of Feijoa #A5E37E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.82%

 BLUE value IS 126 (49.61% from 255) = 24.32%

R = 31.85%
G = 43.82%
B = 24.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#A5E37E (or 0xA5E37E) is known color: Feijoa. HEX triplet: A5, E3 and 7E. RGB value is (165,227,126). Sum of RGB (Red+Green+Blue) = 165+227+126=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E37E is #5A1C81. Grayscale: #C5C5C5. Windows color (decimal): -5905538 or 8315813. OLE color: 8315813.

HSL color Cylindrical-coordinate representation of color #A5E37E: hue angle of 96.83º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5E37E is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 126 -
CMYK 0.27 0 0.44 0.11
HSL 96.83º 0.64% 0.69% -
HSV(B) 96.83º 0.44% 0.89% -
XYZ 46.75 64.44 29.71 -
YUV 196.95 87.96 105.21 -
System Red Green Blue C M Y K H S L
Decimal 165 227 126 0.27 0 0.44 0.11 96.83 0.64 0.69
Hex A5 E3 7E 1B 0 2C B 61 40 45
Octal 245 343 176 33 0 54 13 141 100 105
Binary 10100101 11100011 1111110 11011 0 101100 1011 1100001 1000000 1000101

Color Harmonies of #A5E37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E37E

Black with #A5E37E

Text Example


Text Example

White with #A5E37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E37E; }

 p { color: rgb(165,227,126); }

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

background-color css

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

 a { background-color: rgb(165,227,126); }

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

border-color css

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

 span { border-color: rgb(165,227,126); }

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