Html Css Color HEX #A5D794 Granny Smith Apple

📋 copy color: '#A5D794'

red 165 ◦ green 215 ◦ blue 148

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

Shades of Granny Smith Apple #A5D794

Tints of Granny Smith Apple #A5D794

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.72%

 BLUE value IS 148 (58.2% from 255) = 28.03%

R = 31.25%
G = 40.72%
B = 28.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#A5D794 (or 0xA5D794) is known color: Granny Smith Apple. HEX triplet: A5, D7 and 94. RGB value is (165,215,148). Sum of RGB (Red+Green+Blue) = 165+215+148=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D794 is #5A286B. Grayscale: #C0C0C0. Windows color (decimal): -5908588 or 9754533. OLE color: 9754533.

HSL color Cylindrical-coordinate representation of color #A5D794: hue angle of 104.78º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5D794 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 215 148 -
CMYK 0.23 0 0.31 0.16
HSL 104.78º 0.46% 0.71% -
HSV(B) 104.78º 0.31% 0.84% -
XYZ 45.16 58.74 36.97 -
YUV 192.41 102.94 108.45 -
System Red Green Blue C M Y K H S L
Decimal 165 215 148 0.23 0 0.31 0.16 104.78 0.46 0.71
Hex A5 D7 94 17 0 1F 10 69 2E 47
Octal 245 327 224 27 0 37 20 151 56 107
Binary 10100101 11010111 10010100 10111 0 11111 10000 1101001 101110 1000111

Color Harmonies of #A5D794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D794

Black with #A5D794

Text Example


Text Example

White with #A5D794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D794; }

 p { color: rgb(165,215,148); }

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

background-color css

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

 a { background-color: rgb(165,215,148); }

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

border-color css

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

 span { border-color: rgb(165,215,148); }

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