Html Css Color HEX #A5E98C Granny Smith Apple

📋 copy color: '#A5E98C'

red 165 ◦ green 233 ◦ blue 140

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

Shades of Granny Smith Apple #A5E98C

Tints of Granny Smith Apple #A5E98C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.31%

 BLUE value IS 140 (55.08% from 255) = 26.02%

R = 30.67%
G = 43.31%
B = 26.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#A5E98C (or 0xA5E98C) is known color: Granny Smith Apple. HEX triplet: A5, E9 and 8C. RGB value is (165,233,140). Sum of RGB (Red+Green+Blue) = 165+233+140=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E98C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E98C is #5A1673. Grayscale: #CACACA. Windows color (decimal): -5903988 or 9234853. OLE color: 9234853.

HSL color Cylindrical-coordinate representation of color #A5E98C: hue angle of 103.87º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5E98C is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 233 140 -
CMYK 0.29 0 0.40 0.09
HSL 103.87º 0.68% 0.73% -
HSV(B) 103.87º 0.4% 0.91% -
XYZ 49.39 68.17 35.37 -
YUV 202.07 92.97 101.56 -
System Red Green Blue C M Y K H S L
Decimal 165 233 140 0.29 0 0.40 0.09 103.87 0.68 0.73
Hex A5 E9 8C 1D 0 28 9 68 44 49
Octal 245 351 214 35 0 50 11 150 104 111
Binary 10100101 11101001 10001100 11101 0 101000 1001 1101000 1000100 1001001

Color Harmonies of #A5E98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E98C

Black with #A5E98C

Text Example


Text Example

White with #A5E98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E98C; }

 p { color: rgb(165,233,140); }

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

background-color css

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

 a { background-color: rgb(165,233,140); }

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

border-color css

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

 span { border-color: rgb(165,233,140); }

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