Html Css Color HEX #A0F185 Granny Smith Apple

📋 copy color: '#A0F185'

red 160 ◦ green 241 ◦ blue 133

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

Shades of Granny Smith Apple #A0F185

Tints of Granny Smith Apple #A0F185

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.13%

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

R = 29.96%
G = 45.13%
B = 24.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#A0F185 (or 0xA0F185) is known color: Granny Smith Apple. HEX triplet: A0, F1 and 85. RGB value is (160,241,133). Sum of RGB (Red+Green+Blue) = 160+241+133=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F185 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F185 is #5F0E7A. Grayscale: #CCCCCC. Windows color (decimal): -6229627 or 8778144. OLE color: 8778144.

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

Color convert

RGB 160 241 133 -
CMYK 0.34 0 0.45 0.05
HSL 105º 0.79% 0.73% -
HSV(B) 105º 0.45% 0.95% -
XYZ 50.19 72.08 33.46 -
YUV 204.47 87.66 96.28 -
System Red Green Blue C M Y K H S L
Decimal 160 241 133 0.34 0 0.45 0.05 105 0.79 0.73
Hex A0 F1 85 22 0 2D 5 69 4F 49
Octal 240 361 205 42 0 55 5 151 117 111
Binary 10100000 11110001 10000101 100010 0 101101 101 1101001 1001111 1001001

Color Harmonies of #A0F185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F185

Black with #A0F185

Text Example


Text Example

White with #A0F185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F185; }

 p { color: rgb(160,241,133); }

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

background-color css

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

 a { background-color: rgb(160,241,133); }

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

border-color css

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

 span { border-color: rgb(160,241,133); }

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