Html Css Color HEX #A8F985 Granny Smith Apple

📋 copy color: '#A8F985'

red 168 ◦ green 249 ◦ blue 133

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

Shades of Granny Smith Apple #A8F985

Tints of Granny Smith Apple #A8F985

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.27%

 BLUE value IS 133 (52.34% from 255) = 24.18%

R = 30.55%
G = 45.27%
B = 24.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#A8F985 (or 0xA8F985) is known color: Granny Smith Apple. HEX triplet: A8, F9 and 85. RGB value is (168,249,133). Sum of RGB (Red+Green+Blue) = 168+249+133=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F985 is #57067A. Grayscale: #D3D3D3. Windows color (decimal): -5703291 or 8780200. OLE color: 8780200.

HSL color Cylindrical-coordinate representation of color #A8F985: hue angle of 101.9º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8F985 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 249 133 -
CMYK 0.33 0 0.47 0.02
HSL 101.9º 0.91% 0.75% -
HSV(B) 101.9º 0.47% 0.98% -
XYZ 54.26 77.77 34.34 -
YUV 211.56 83.66 96.93 -
System Red Green Blue C M Y K H S L
Decimal 168 249 133 0.33 0 0.47 0.02 101.9 0.91 0.75
Hex A8 F9 85 21 0 2F 2 66 5B 4B
Octal 250 371 205 41 0 57 2 146 133 113
Binary 10101000 11111001 10000101 100001 0 101111 10 1100110 1011011 1001011

Color Harmonies of #A8F985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F985

Black with #A8F985

Text Example


Text Example

White with #A8F985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F985; }

 p { color: rgb(168,249,133); }

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

background-color css

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

 a { background-color: rgb(168,249,133); }

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

border-color css

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

 span { border-color: rgb(168,249,133); }

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