Html Css Color HEX #0ABE5C Pigment Green

📋 copy color: '#0ABE5C'

red 10 ◦ green 190 ◦ blue 92

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

Shades of Pigment Green #0ABE5C

Tints of Pigment Green #0ABE5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.51%

R = 3.42%
G = 65.07%
B = 31.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#0ABE5C (or 0x0ABE5C) is known color: Pigment Green. HEX triplet: 0A, BE and 5C. RGB value is (10,190,92). Sum of RGB (Red+Green+Blue) = 10+190+92=292 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.42% from 292); Green value is 190 (74.61% from 255 or 65.07% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABE5C is #F541A3. Grayscale: #7D7D7D. Windows color (decimal): -16073124 or 6077962. OLE color: 6077962.

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

Color convert

RGB 10 190 92 -
CMYK 0.95 0 0.52 0.25
HSL 147.33º 0.9% 0.39% -
HSV(B) 147.33º 0.95% 0.75% -
XYZ 20.47 37.66 16.32 -
YUV 125.01 109.37 45.97 -
System Red Green Blue C M Y K H S L
Decimal 10 190 92 0.95 0 0.52 0.25 147.33 0.9 0.39
Hex A BE 5C 5F 0 34 19 93 5A 27
Octal 12 276 134 137 0 64 31 223 132 47
Binary 1010 10111110 1011100 1011111 0 110100 11001 10010011 1011010 100111

Color Harmonies of #0ABE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE5C

Black with #0ABE5C

Text Example


Text Example

White with #0ABE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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