Html Css Color HEX #A5F097 Granny Smith Apple

📋 copy color: '#A5F097'

red 165 ◦ green 240 ◦ blue 151

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

Shades of Granny Smith Apple #A5F097

Tints of Granny Smith Apple #A5F097

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.17%

 BLUE value IS 151 (59.38% from 255) = 27.16%

R = 29.68%
G = 43.17%
B = 27.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#A5F097 (or 0xA5F097) is known color: Granny Smith Apple. HEX triplet: A5, F0 and 97. RGB value is (165,240,151). Sum of RGB (Red+Green+Blue) = 165+240+151=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F097 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F097 is #5A0F68. Grayscale: #CFCFCF. Windows color (decimal): -5902185 or 9957541. OLE color: 9957541.

HSL color Cylindrical-coordinate representation of color #A5F097: hue angle of 110.56º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5F097 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 240 151 -
CMYK 0.31 0 0.37 0.06
HSL 110.56º 0.75% 0.77% -
HSV(B) 110.56º 0.37% 0.94% -
XYZ 52.26 72.55 40.53 -
YUV 207.43 96.15 97.74 -
System Red Green Blue C M Y K H S L
Decimal 165 240 151 0.31 0 0.37 0.06 110.56 0.75 0.77
Hex A5 F0 97 1F 0 25 6 6F 4B 4D
Octal 245 360 227 37 0 45 6 157 113 115
Binary 10100101 11110000 10010111 11111 0 100101 110 1101111 1001011 1001101

Color Harmonies of #A5F097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F097

Black with #A5F097

Text Example


Text Example

White with #A5F097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F097; }

 p { color: rgb(165,240,151); }

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

background-color css

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

 a { background-color: rgb(165,240,151); }

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

border-color css

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

 span { border-color: rgb(165,240,151); }

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