Html Css Color HEX #A4DC98 Granny Smith Apple

📋 copy color: '#A4DC98'

red 164 ◦ green 220 ◦ blue 152

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

Shades of Granny Smith Apple #A4DC98

Tints of Granny Smith Apple #A4DC98

RGB

 RED value IS 164 (64.45% from 255) = 30.6%

 GREEN value IS 220 (86.33% from 255) = 41.04%

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

R = 30.6%
G = 41.04%
B = 28.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#A4DC98 (or 0xA4DC98) is known color: Granny Smith Apple. HEX triplet: A4, DC and 98. RGB value is (164,220,152). Sum of RGB (Red+Green+Blue) = 164+220+152=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DC98 is #5B2367. Grayscale: #C3C3C3. Windows color (decimal): -5972840 or 10017956. OLE color: 10017956.

HSL color Cylindrical-coordinate representation of color #A4DC98: hue angle of 109.41º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4DC98 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 220 152 -
CMYK 0.25 0 0.31 0.14
HSL 109.41º 0.49% 0.73% -
HSV(B) 109.41º 0.31% 0.86% -
XYZ 46.57 61.35 39.09 -
YUV 195.5 103.45 105.53 -
System Red Green Blue C M Y K H S L
Decimal 164 220 152 0.25 0 0.31 0.14 109.41 0.49 0.73
Hex A4 DC 98 19 0 1F E 6D 31 49
Octal 244 334 230 31 0 37 16 155 61 111
Binary 10100100 11011100 10011000 11001 0 11111 1110 1101101 110001 1001001

Color Harmonies of #A4DC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DC98

Black with #A4DC98

Text Example


Text Example

White with #A4DC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DC98; }

 p { color: rgb(164,220,152); }

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

background-color css

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

 a { background-color: rgb(164,220,152); }

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

border-color css

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

 span { border-color: rgb(164,220,152); }

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