#0ABF83

Color #0ABF83 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0ABF83

Tints of Mountain Meadow #0ABF83

Color information

#0ABF83 (or 0x0ABF83) is unknown color: approx Mountain Meadow. HEX triplet: 0A, BF and 83. RGB value is (10,191,131). Sum of RGB (Red+Green+Blue) = 10+191+131=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABF83 is #F5407C. Grayscale: #828282. Windows color (decimal): -16072829 or 8634122. OLE color: 8634122.

HSL color Cylindrical-coordinate representation of color #0ABF83: hue angle of 160.11º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABF83 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB10191131-
CMYK0.9500.310.25
HSL160.11º90.05%39.41%-
HSV(B)160.11º94.76%74.9%-
XYZ22.8538.9627.79-
YUV130.04128.5342.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.01%
GREEN value IS 191 (75% from 255) = 57.53%
BLUE value IS 131 (51.56% from 255) = 39.46%
R=3.01%
G=57.53%
B=39.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101911310.9500.310.25160.1190.0539.41
HexABF835F01F19a05a27
Octal122772031370373124013247
Binary10101011111110000011101111101111111001101000001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ABF83; }

 p { color: rgb(10,191,131); }

 H1.HeaderClassName
 {
   color: #0ABF83;
 }
 .AnyTagClassName
 {
   color: #0ABF83;
 }
</style>
background-color css

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

 a { background-color: rgb(10,191,131); }

 div.DivClassName
 {
   background-color: #0ABF83;
 }
 .BgClassName
 {
   background-color: #0ABF83;
 }
</style>
border-color css

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

 span { border-color: rgb(10,191,131); }

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