Html Css Color HEX #A5E095 Granny Smith Apple

📋 copy color: '#A5E095'

red 165 ◦ green 224 ◦ blue 149

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

Shades of Granny Smith Apple #A5E095

Tints of Granny Smith Apple #A5E095

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.64%

 BLUE value IS 149 (58.59% from 255) = 27.7%

R = 30.67%
G = 41.64%
B = 27.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#A5E095 (or 0xA5E095) is known color: Granny Smith Apple. HEX triplet: A5, E0 and 95. RGB value is (165,224,149). Sum of RGB (Red+Green+Blue) = 165+224+149=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E095 is #5A1F6A. Grayscale: #C6C6C6. Windows color (decimal): -5906283 or 9822373. OLE color: 9822373.

HSL color Cylindrical-coordinate representation of color #A5E095: hue angle of 107.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5E095 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 149 -
CMYK 0.26 0 0.33 0.12
HSL 107.2º 0.55% 0.73% -
HSV(B) 107.2º 0.33% 0.88% -
XYZ 47.6 63.48 38.18 -
YUV 197.81 100.45 104.6 -
System Red Green Blue C M Y K H S L
Decimal 165 224 149 0.26 0 0.33 0.12 107.2 0.55 0.73
Hex A5 E0 95 1A 0 21 C 6B 37 49
Octal 245 340 225 32 0 41 14 153 67 111
Binary 10100101 11100000 10010101 11010 0 100001 1100 1101011 110111 1001001

Color Harmonies of #A5E095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E095

Black with #A5E095

Text Example


Text Example

White with #A5E095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E095; }

 p { color: rgb(165,224,149); }

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

background-color css

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

 a { background-color: rgb(165,224,149); }

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

border-color css

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

 span { border-color: rgb(165,224,149); }

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