Html Css Color HEX #A8F395 Granny Smith Apple

📋 copy color: '#A8F395'

red 168 ◦ green 243 ◦ blue 149

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

Shades of Granny Smith Apple #A8F395

Tints of Granny Smith Apple #A8F395

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.39%

 BLUE value IS 149 (58.59% from 255) = 26.61%

R = 30%
G = 43.39%
B = 26.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#A8F395 (or 0xA8F395) is known color: Granny Smith Apple. HEX triplet: A8, F3 and 95. RGB value is (168,243,149). Sum of RGB (Red+Green+Blue) = 168+243+149=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F395 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F395 is #570C6A. Grayscale: #D2D2D2. Windows color (decimal): -5704811 or 9827240. OLE color: 9827240.

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

Color convert

RGB 168 243 149 -
CMYK 0.31 0 0.39 0.05
HSL 107.87º 0.8% 0.77% -
HSV(B) 107.87º 0.39% 0.95% -
XYZ 53.62 74.6 40.01 -
YUV 209.86 93.65 98.14 -
System Red Green Blue C M Y K H S L
Decimal 168 243 149 0.31 0 0.39 0.05 107.87 0.8 0.77
Hex A8 F3 95 1F 0 27 5 6C 50 4D
Octal 250 363 225 37 0 47 5 154 120 115
Binary 10101000 11110011 10010101 11111 0 100111 101 1101100 1010000 1001101

Color Harmonies of #A8F395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F395

Black with #A8F395

Text Example


Text Example

White with #A8F395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F395; }

 p { color: rgb(168,243,149); }

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

background-color css

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

 a { background-color: rgb(168,243,149); }

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

border-color css

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

 span { border-color: rgb(168,243,149); }

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