Html Css Color HEX #A5ED8D Granny Smith Apple

📋 copy color: '#A5ED8D'

red 165 ◦ green 237 ◦ blue 141

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

Shades of Granny Smith Apple #A5ED8D

Tints of Granny Smith Apple #A5ED8D

RGB

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

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

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

R = 30.39%
G = 43.65%
B = 25.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#A5ED8D (or 0xA5ED8D) is known color: Granny Smith Apple. HEX triplet: A5, ED and 8D. RGB value is (165,237,141). Sum of RGB (Red+Green+Blue) = 165+237+141=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5ED8D is #5A1272. Grayscale: #CCCCCC. Windows color (decimal): -5902963 or 9301413. OLE color: 9301413.

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

Color convert

RGB 165 237 141 -
CMYK 0.30 0 0.41 0.07
HSL 105º 0.73% 0.74% -
HSV(B) 105º 0.41% 0.93% -
XYZ 50.61 70.49 36.14 -
YUV 204.53 92.15 99.81 -
System Red Green Blue C M Y K H S L
Decimal 165 237 141 0.30 0 0.41 0.07 105 0.73 0.74
Hex A5 ED 8D 1E 0 29 7 69 49 4A
Octal 245 355 215 36 0 51 7 151 111 112
Binary 10100101 11101101 10001101 11110 0 101001 111 1101001 1001001 1001010

Color Harmonies of #A5ED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ED8D

Black with #A5ED8D

Text Example


Text Example

White with #A5ED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ED8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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