Html Css Color HEX #0ABE5D Pigment Green

📋 copy color: '#0ABE5D'

red 10 ◦ green 190 ◦ blue 93

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

Shades of Pigment Green #0ABE5D

Tints of Pigment Green #0ABE5D

RGB

 RED value IS 10 (4.3% from 255) = 3.41%

 GREEN value IS 190 (74.61% from 255) = 64.85%

 BLUE value IS 93 (36.72% from 255) = 31.74%

R = 3.41%
G = 64.85%
B = 31.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#0ABE5D (or 0x0ABE5D) is known color: Pigment Green. HEX triplet: 0A, BE and 5D. RGB value is (10,190,93). Sum of RGB (Red+Green+Blue) = 10+190+93=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 190 (74.61% from 255 or 64.85% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABE5D is #F541A2. Grayscale: #7D7D7D. Windows color (decimal): -16073123 or 6143498. OLE color: 6143498.

HSL color Cylindrical-coordinate representation of color #0ABE5D: hue angle of 147.67º 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 #0ABE5D is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 190 93 -
CMYK 0.95 0 0.51 0.25
HSL 147.67º 0.9% 0.39% -
HSV(B) 147.67º 0.95% 0.75% -
XYZ 20.51 37.68 16.55 -
YUV 125.12 109.87 45.89 -
System Red Green Blue C M Y K H S L
Decimal 10 190 93 0.95 0 0.51 0.25 147.67 0.9 0.39
Hex A BE 5D 5F 0 33 19 94 5A 27
Octal 12 276 135 137 0 63 31 224 132 47
Binary 1010 10111110 1011101 1011111 0 110011 11001 10010100 1011010 100111

Color Harmonies of #0ABE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE5D

Black with #0ABE5D

Text Example


Text Example

White with #0ABE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,190,93); }

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

background-color css

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

 a { background-color: rgb(10,190,93); }

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

border-color css

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

 span { border-color: rgb(10,190,93); }

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