Html Css Color HEX #A8F28D Granny Smith Apple

📋 copy color: '#A8F28D'

red 168 ◦ green 242 ◦ blue 141

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

Shades of Granny Smith Apple #A8F28D

Tints of Granny Smith Apple #A8F28D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.92%

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

R = 30.49%
G = 43.92%
B = 25.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#A8F28D (or 0xA8F28D) is known color: Granny Smith Apple. HEX triplet: A8, F2 and 8D. RGB value is (168,242,141). Sum of RGB (Red+Green+Blue) = 168+242+141=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F28D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F28D is #570D72. Grayscale: #D0D0D0. Windows color (decimal): -5705075 or 9302696. OLE color: 9302696.

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

Color convert

RGB 168 242 141 -
CMYK 0.31 0 0.42 0.05
HSL 103.96º 0.8% 0.75% -
HSV(B) 103.96º 0.42% 0.95% -
XYZ 52.71 73.75 36.66 -
YUV 208.36 89.98 99.21 -
System Red Green Blue C M Y K H S L
Decimal 168 242 141 0.31 0 0.42 0.05 103.96 0.8 0.75
Hex A8 F2 8D 1F 0 2A 5 68 50 4B
Octal 250 362 215 37 0 52 5 150 120 113
Binary 10101000 11110010 10001101 11111 0 101010 101 1101000 1010000 1001011

Color Harmonies of #A8F28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F28D

Black with #A8F28D

Text Example


Text Example

White with #A8F28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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