Html Css Color HEX #A8F88A Granny Smith Apple

📋 copy color: '#A8F88A'

red 168 ◦ green 248 ◦ blue 138

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

Shades of Granny Smith Apple #A8F88A

Tints of Granny Smith Apple #A8F88A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.77%

 BLUE value IS 138 (54.3% from 255) = 24.91%

R = 30.32%
G = 44.77%
B = 24.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#A8F88A (or 0xA8F88A) is known color: Granny Smith Apple. HEX triplet: A8, F8 and 8A. RGB value is (168,248,138). Sum of RGB (Red+Green+Blue) = 168+248+138=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F88A is #570775. Grayscale: #D3D3D3. Windows color (decimal): -5703542 or 9107624. OLE color: 9107624.

HSL color Cylindrical-coordinate representation of color #A8F88A: hue angle of 103.64º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8F88A is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 248 138 -
CMYK 0.32 0 0.44 0.03
HSL 103.64º 0.89% 0.76% -
HSV(B) 103.64º 0.44% 0.97% -
XYZ 54.3 77.29 36.1 -
YUV 211.54 86.5 96.94 -
System Red Green Blue C M Y K H S L
Decimal 168 248 138 0.32 0 0.44 0.03 103.64 0.89 0.76
Hex A8 F8 8A 20 0 2C 3 68 59 4C
Octal 250 370 212 40 0 54 3 150 131 114
Binary 10101000 11111000 10001010 100000 0 101100 11 1101000 1011001 1001100

Color Harmonies of #A8F88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F88A

Black with #A8F88A

Text Example


Text Example

White with #A8F88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F88A; }

 p { color: rgb(168,248,138); }

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

background-color css

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

 a { background-color: rgb(168,248,138); }

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

border-color css

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

 span { border-color: rgb(168,248,138); }

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