Html Css Color HEX #A0F97D Granny Smith Apple

📋 copy color: '#A0F97D'

red 160 ◦ green 249 ◦ blue 125

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

Shades of Granny Smith Apple #A0F97D

Tints of Granny Smith Apple #A0F97D

RGB

 RED value IS 160 (62.89% from 255) = 29.96%

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

 BLUE value IS 125 (49.22% from 255) = 23.41%

R = 29.96%
G = 46.63%
B = 23.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#A0F97D (or 0xA0F97D) is known color: Granny Smith Apple. HEX triplet: A0, F9 and 7D. RGB value is (160,249,125). Sum of RGB (Red+Green+Blue) = 160+249+125=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F97D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F97D is #5F0682. Grayscale: #D0D0D0. Windows color (decimal): -6227587 or 8255904. OLE color: 8255904.

HSL color Cylindrical-coordinate representation of color #A0F97D: hue angle of 103.06º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0F97D is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 249 125 -
CMYK 0.36 0 0.50 0.02
HSL 103.06º 0.91% 0.73% -
HSV(B) 103.06º 0.5% 0.98% -
XYZ 52.07 76.71 31.46 -
YUV 208.25 81.01 93.58 -
System Red Green Blue C M Y K H S L
Decimal 160 249 125 0.36 0 0.50 0.02 103.06 0.91 0.73
Hex A0 F9 7D 24 0 32 2 67 5B 49
Octal 240 371 175 44 0 62 2 147 133 111
Binary 10100000 11111001 1111101 100100 0 110010 10 1100111 1011011 1001001

Color Harmonies of #A0F97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F97D

Black with #A0F97D

Text Example


Text Example

White with #A0F97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F97D; }

 p { color: rgb(160,249,125); }

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

background-color css

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

 a { background-color: rgb(160,249,125); }

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

border-color css

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

 span { border-color: rgb(160,249,125); }

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