Html Css Color HEX #A8F18D Granny Smith Apple

📋 copy color: '#A8F18D'

red 168 ◦ green 241 ◦ blue 141

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

Shades of Granny Smith Apple #A8F18D

Tints of Granny Smith Apple #A8F18D

RGB

 RED value IS 168 (66.02% from 255) = 30.55%

 GREEN value IS 241 (94.53% from 255) = 43.82%

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

R = 30.55%
G = 43.82%
B = 25.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#A8F18D (or 0xA8F18D) is known color: Granny Smith Apple. HEX triplet: A8, F1 and 8D. RGB value is (168,241,141). Sum of RGB (Red+Green+Blue) = 168+241+141=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F18D is #570E72. Grayscale: #D0D0D0. Windows color (decimal): -5705331 or 9302440. OLE color: 9302440.

HSL color Cylindrical-coordinate representation of color #A8F18D: hue angle of 103.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8F18D is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 141 -
CMYK 0.30 0 0.41 0.05
HSL 103.8º 0.78% 0.75% -
HSV(B) 103.8º 0.41% 0.95% -
XYZ 52.41 73.16 36.56 -
YUV 207.77 90.32 99.63 -
System Red Green Blue C M Y K H S L
Decimal 168 241 141 0.30 0 0.41 0.05 103.8 0.78 0.75
Hex A8 F1 8D 1E 0 29 5 68 4E 4B
Octal 250 361 215 36 0 51 5 150 116 113
Binary 10101000 11110001 10001101 11110 0 101001 101 1101000 1001110 1001011

Color Harmonies of #A8F18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F18D

Black with #A8F18D

Text Example


Text Example

White with #A8F18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F18D; }

 p { color: rgb(168,241,141); }

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

background-color css

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

 a { background-color: rgb(168,241,141); }

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

border-color css

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

 span { border-color: rgb(168,241,141); }

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