Html Css Color HEX #A5F487 Granny Smith Apple

📋 copy color: '#A5F487'

red 165 ◦ green 244 ◦ blue 135

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

Shades of Granny Smith Apple #A5F487

Tints of Granny Smith Apple #A5F487

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.85%

 BLUE value IS 135 (53.13% from 255) = 24.82%

R = 30.33%
G = 44.85%
B = 24.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#A5F487 (or 0xA5F487) is known color: Granny Smith Apple. HEX triplet: A5, F4 and 87. RGB value is (165,244,135). Sum of RGB (Red+Green+Blue) = 165+244+135=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 135 (53.12% from 255 or 24.82% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F487 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F487 is #5A0B78. Grayscale: #D0D0D0. Windows color (decimal): -5901177 or 8909989. OLE color: 8909989.

HSL color Cylindrical-coordinate representation of color #A5F487: hue angle of 103.49º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5F487 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 244 135 -
CMYK 0.32 0 0.45 0.04
HSL 103.49º 0.83% 0.74% -
HSV(B) 103.49º 0.45% 0.96% -
XYZ 52.24 74.45 34.54 -
YUV 207.95 86.83 97.36 -
System Red Green Blue C M Y K H S L
Decimal 165 244 135 0.32 0 0.45 0.04 103.49 0.83 0.74
Hex A5 F4 87 20 0 2D 4 67 53 4A
Octal 245 364 207 40 0 55 4 147 123 112
Binary 10100101 11110100 10000111 100000 0 101101 100 1100111 1010011 1001010

Color Harmonies of #A5F487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F487

Black with #A5F487

Text Example


Text Example

White with #A5F487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F487; }

 p { color: rgb(165,244,135); }

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

background-color css

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

 a { background-color: rgb(165,244,135); }

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

border-color css

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

 span { border-color: rgb(165,244,135); }

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