Html Css Color HEX #A8F28F Granny Smith Apple

📋 copy color: '#A8F28F'

red 168 ◦ green 242 ◦ blue 143

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

Shades of Granny Smith Apple #A8F28F

Tints of Granny Smith Apple #A8F28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.86%

R = 30.38%
G = 43.76%
B = 25.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#A8F28F (or 0xA8F28F) is known color: Granny Smith Apple. HEX triplet: A8, F2 and 8F. RGB value is (168,242,143). Sum of RGB (Red+Green+Blue) = 168+242+143=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F28F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F28F is #570D70. Grayscale: #D0D0D0. Windows color (decimal): -5705073 or 9433768. OLE color: 9433768.

HSL color Cylindrical-coordinate representation of color #A8F28F: hue angle of 104.85º degrees, saturation: 0.79, 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 #A8F28F is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 242 143 -
CMYK 0.31 0 0.41 0.05
HSL 104.85º 0.79% 0.75% -
HSV(B) 104.85º 0.41% 0.95% -
XYZ 52.86 73.81 37.45 -
YUV 208.59 90.98 99.05 -
System Red Green Blue C M Y K H S L
Decimal 168 242 143 0.31 0 0.41 0.05 104.85 0.79 0.75
Hex A8 F2 8F 1F 0 29 5 69 4F 4B
Octal 250 362 217 37 0 51 5 151 117 113
Binary 10101000 11110010 10001111 11111 0 101001 101 1101001 1001111 1001011

Color Harmonies of #A8F28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F28F

Black with #A8F28F

Text Example


Text Example

White with #A8F28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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