Html Css Color HEX #A8F288 Granny Smith Apple

📋 copy color: '#A8F288'

red 168 ◦ green 242 ◦ blue 136

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

Shades of Granny Smith Apple #A8F288

Tints of Granny Smith Apple #A8F288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.91%

R = 30.77%
G = 44.32%
B = 24.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#A8F288 (or 0xA8F288) is known color: Granny Smith Apple. HEX triplet: A8, F2 and 88. RGB value is (168,242,136). Sum of RGB (Red+Green+Blue) = 168+242+136=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F288 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F288 is #570D77. Grayscale: #D0D0D0. Windows color (decimal): -5705080 or 8975016. OLE color: 8975016.

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

Color convert

RGB 168 242 136 -
CMYK 0.31 0 0.44 0.05
HSL 101.89º 0.8% 0.74% -
HSV(B) 101.89º 0.44% 0.95% -
XYZ 52.34 73.61 34.74 -
YUV 207.79 87.48 99.62 -
System Red Green Blue C M Y K H S L
Decimal 168 242 136 0.31 0 0.44 0.05 101.89 0.8 0.74
Hex A8 F2 88 1F 0 2C 5 66 50 4A
Octal 250 362 210 37 0 54 5 146 120 112
Binary 10101000 11110010 10001000 11111 0 101100 101 1100110 1010000 1001010

Color Harmonies of #A8F288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F288

Black with #A8F288

Text Example


Text Example

White with #A8F288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F288; }

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

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

background-color css

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

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

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

border-color css

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

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

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