Html Css Color HEX #A5D698 Granny Smith Apple

📋 copy color: '#A5D698'

red 165 ◦ green 214 ◦ blue 152

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

Shades of Granny Smith Apple #A5D698

Tints of Granny Smith Apple #A5D698

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.3%

 BLUE value IS 152 (59.77% from 255) = 28.63%

R = 31.07%
G = 40.3%
B = 28.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#A5D698 (or 0xA5D698) is known color: Granny Smith Apple. HEX triplet: A5, D6 and 98. RGB value is (165,214,152). Sum of RGB (Red+Green+Blue) = 165+214+152=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D698 is #5A2967. Grayscale: #C0C0C0. Windows color (decimal): -5908840 or 10016421. OLE color: 10016421.

HSL color Cylindrical-coordinate representation of color #A5D698: hue angle of 107.42º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5D698 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 214 152 -
CMYK 0.23 0 0.29 0.16
HSL 107.42º 0.43% 0.72% -
HSV(B) 107.42º 0.29% 0.84% -
XYZ 45.23 58.36 38.59 -
YUV 192.28 105.27 108.54 -
System Red Green Blue C M Y K H S L
Decimal 165 214 152 0.23 0 0.29 0.16 107.42 0.43 0.72
Hex A5 D6 98 17 0 1D 10 6B 2B 48
Octal 245 326 230 27 0 35 20 153 53 110
Binary 10100101 11010110 10011000 10111 0 11101 10000 1101011 101011 1001000

Color Harmonies of #A5D698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D698

Black with #A5D698

Text Example


Text Example

White with #A5D698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D698; }

 p { color: rgb(165,214,152); }

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

background-color css

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

 a { background-color: rgb(165,214,152); }

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

border-color css

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

 span { border-color: rgb(165,214,152); }

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