Html Css Color HEX #A4E18D Granny Smith Apple

📋 copy color: '#A4E18D'

red 164 ◦ green 225 ◦ blue 141

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

Shades of Granny Smith Apple #A4E18D

Tints of Granny Smith Apple #A4E18D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.45%

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

R = 30.94%
G = 42.45%
B = 26.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#A4E18D (or 0xA4E18D) is known color: Granny Smith Apple. HEX triplet: A4, E1 and 8D. RGB value is (164,225,141). Sum of RGB (Red+Green+Blue) = 164+225+141=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E18D is #5B1E72. Grayscale: #C5C5C5. Windows color (decimal): -5971571 or 9298340. OLE color: 9298340.

HSL color Cylindrical-coordinate representation of color #A4E18D: hue angle of 103.57º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4E18D is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 225 141 -
CMYK 0.27 0 0.37 0.12
HSL 103.57º 0.58% 0.72% -
HSV(B) 103.57º 0.37% 0.88% -
XYZ 47.04 63.67 35.01 -
YUV 197.19 96.29 104.33 -
System Red Green Blue C M Y K H S L
Decimal 164 225 141 0.27 0 0.37 0.12 103.57 0.58 0.72
Hex A4 E1 8D 1B 0 25 C 68 3A 48
Octal 244 341 215 33 0 45 14 150 72 110
Binary 10100100 11100001 10001101 11011 0 100101 1100 1101000 111010 1001000

Color Harmonies of #A4E18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E18D

Black with #A4E18D

Text Example


Text Example

White with #A4E18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E18D; }

 p { color: rgb(164,225,141); }

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

background-color css

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

 a { background-color: rgb(164,225,141); }

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

border-color css

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

 span { border-color: rgb(164,225,141); }

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