Html Css Color HEX #A5EA8D Granny Smith Apple

📋 copy color: '#A5EA8D'

red 165 ◦ green 234 ◦ blue 141

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

Shades of Granny Smith Apple #A5EA8D

Tints of Granny Smith Apple #A5EA8D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.33%

 BLUE value IS 141 (55.47% from 255) = 26.11%

R = 30.56%
G = 43.33%
B = 26.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#A5EA8D (or 0xA5EA8D) is known color: Granny Smith Apple. HEX triplet: A5, EA and 8D. RGB value is (165,234,141). Sum of RGB (Red+Green+Blue) = 165+234+141=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EA8D is #5A1572. Grayscale: #CBCBCB. Windows color (decimal): -5903731 or 9300645. OLE color: 9300645.

HSL color Cylindrical-coordinate representation of color #A5EA8D: hue angle of 104.52º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5EA8D is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 141 -
CMYK 0.29 0 0.40 0.08
HSL 104.52º 0.69% 0.74% -
HSV(B) 104.52º 0.4% 0.92% -
XYZ 49.75 68.77 35.85 -
YUV 202.77 93.14 101.06 -
System Red Green Blue C M Y K H S L
Decimal 165 234 141 0.29 0 0.40 0.08 104.52 0.69 0.74
Hex A5 EA 8D 1D 0 28 8 69 45 4A
Octal 245 352 215 35 0 50 10 151 105 112
Binary 10100101 11101010 10001101 11101 0 101000 1000 1101001 1000101 1001010

Color Harmonies of #A5EA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EA8D

Black with #A5EA8D

Text Example


Text Example

White with #A5EA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EA8D; }

 p { color: rgb(165,234,141); }

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

background-color css

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

 a { background-color: rgb(165,234,141); }

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

border-color css

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

 span { border-color: rgb(165,234,141); }

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