Html Css Color HEX #A0F287 Granny Smith Apple

📋 copy color: '#A0F287'

red 160 ◦ green 242 ◦ blue 135

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

Shades of Granny Smith Apple #A0F287

Tints of Granny Smith Apple #A0F287

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.07%

 BLUE value IS 135 (53.13% from 255) = 25.14%

R = 29.8%
G = 45.07%
B = 25.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#A0F287 (or 0xA0F287) is known color: Granny Smith Apple. HEX triplet: A0, F2 and 87. RGB value is (160,242,135). Sum of RGB (Red+Green+Blue) = 160+242+135=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F287 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F287 is #5F0D78. Grayscale: #CDCDCD. Windows color (decimal): -6229369 or 8909472. OLE color: 8909472.

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

Color convert

RGB 160 242 135 -
CMYK 0.34 0 0.44 0.05
HSL 105.98º 0.8% 0.74% -
HSV(B) 105.98º 0.44% 0.95% -
XYZ 50.62 72.73 34.29 -
YUV 205.28 88.33 95.7 -
System Red Green Blue C M Y K H S L
Decimal 160 242 135 0.34 0 0.44 0.05 105.98 0.8 0.74
Hex A0 F2 87 22 0 2C 5 6A 50 4A
Octal 240 362 207 42 0 54 5 152 120 112
Binary 10100000 11110010 10000111 100010 0 101100 101 1101010 1010000 1001010

Color Harmonies of #A0F287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F287

Black with #A0F287

Text Example


Text Example

White with #A0F287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F287; }

 p { color: rgb(160,242,135); }

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

background-color css

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

 a { background-color: rgb(160,242,135); }

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

border-color css

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

 span { border-color: rgb(160,242,135); }

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