Html Css Color HEX #A5ED8A Granny Smith Apple

📋 copy color: '#A5ED8A'

red 165 ◦ green 237 ◦ blue 138

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

Shades of Granny Smith Apple #A5ED8A

Tints of Granny Smith Apple #A5ED8A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.89%

 BLUE value IS 138 (54.3% from 255) = 25.56%

R = 30.56%
G = 43.89%
B = 25.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#A5ED8A (or 0xA5ED8A) is known color: Granny Smith Apple. HEX triplet: A5, ED and 8A. RGB value is (165,237,138). Sum of RGB (Red+Green+Blue) = 165+237+138=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5ED8A is #5A1275. Grayscale: #CCCCCC. Windows color (decimal): -5902966 or 9104805. OLE color: 9104805.

HSL color Cylindrical-coordinate representation of color #A5ED8A: hue angle of 103.64º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5ED8A is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 237 138 -
CMYK 0.30 0 0.42 0.07
HSL 103.64º 0.73% 0.74% -
HSV(B) 103.64º 0.42% 0.93% -
XYZ 50.39 70.4 34.98 -
YUV 204.19 90.65 100.05 -
System Red Green Blue C M Y K H S L
Decimal 165 237 138 0.30 0 0.42 0.07 103.64 0.73 0.74
Hex A5 ED 8A 1E 0 2A 7 68 49 4A
Octal 245 355 212 36 0 52 7 150 111 112
Binary 10100101 11101101 10001010 11110 0 101010 111 1101000 1001001 1001010

Color Harmonies of #A5ED8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ED8A

Black with #A5ED8A

Text Example


Text Example

White with #A5ED8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ED8A; }

 p { color: rgb(165,237,138); }

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

background-color css

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

 a { background-color: rgb(165,237,138); }

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

border-color css

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

 span { border-color: rgb(165,237,138); }

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