Html Css Color HEX #A0F77F Granny Smith Apple

📋 copy color: '#A0F77F'

red 160 ◦ green 247 ◦ blue 127

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

Shades of Granny Smith Apple #A0F77F

Tints of Granny Smith Apple #A0F77F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.25%

 BLUE value IS 127 (50% from 255) = 23.78%

R = 29.96%
G = 46.25%
B = 23.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#A0F77F (or 0xA0F77F) is known color: Granny Smith Apple. HEX triplet: A0, F7 and 7F. RGB value is (160,247,127). Sum of RGB (Red+Green+Blue) = 160+247+127=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 247 (96.88% from 255 or 46.25% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F77F is #5F0880. Grayscale: #CFCFCF. Windows color (decimal): -6228097 or 8386464. OLE color: 8386464.

HSL color Cylindrical-coordinate representation of color #A0F77F: hue angle of 103.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0F77F is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 247 127 -
CMYK 0.35 0 0.49 0.03
HSL 103.5º 0.88% 0.73% -
HSV(B) 103.5º 0.49% 0.97% -
XYZ 51.59 75.53 31.94 -
YUV 207.31 82.68 94.26 -
System Red Green Blue C M Y K H S L
Decimal 160 247 127 0.35 0 0.49 0.03 103.5 0.88 0.73
Hex A0 F7 7F 23 0 31 3 68 58 49
Octal 240 367 177 43 0 61 3 150 130 111
Binary 10100000 11110111 1111111 100011 0 110001 11 1101000 1011000 1001001

Color Harmonies of #A0F77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F77F

Black with #A0F77F

Text Example


Text Example

White with #A0F77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F77F; }

 p { color: rgb(160,247,127); }

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

background-color css

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

 a { background-color: rgb(160,247,127); }

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

border-color css

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

 span { border-color: rgb(160,247,127); }

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