Html Css Color HEX #A0F47F Granny Smith Apple

📋 copy color: '#A0F47F'

red 160 ◦ green 244 ◦ blue 127

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

Shades of Granny Smith Apple #A0F47F

Tints of Granny Smith Apple #A0F47F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.95%

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

R = 30.13%
G = 45.95%
B = 23.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#A0F47F (or 0xA0F47F) is known color: Granny Smith Apple. HEX triplet: A0, F4 and 7F. RGB value is (160,244,127). Sum of RGB (Red+Green+Blue) = 160+244+127=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F47F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F47F is #5F0B80. Grayscale: #CDCDCD. Windows color (decimal): -6228865 or 8385696. OLE color: 8385696.

HSL color Cylindrical-coordinate representation of color #A0F47F: hue angle of 103.08º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0F47F is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 244 127 -
CMYK 0.34 0 0.48 0.04
HSL 103.08º 0.84% 0.73% -
HSV(B) 103.08º 0.48% 0.96% -
XYZ 50.68 73.71 31.63 -
YUV 205.55 83.67 95.51 -
System Red Green Blue C M Y K H S L
Decimal 160 244 127 0.34 0 0.48 0.04 103.08 0.84 0.73
Hex A0 F4 7F 22 0 30 4 67 54 49
Octal 240 364 177 42 0 60 4 147 124 111
Binary 10100000 11110100 1111111 100010 0 110000 100 1100111 1010100 1001001

Color Harmonies of #A0F47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F47F

Black with #A0F47F

Text Example


Text Example

White with #A0F47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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