Html Css Color HEX #0ABE4C Dark Pastel Green

📋 copy color: '#0ABE4C'

red 10 ◦ green 190 ◦ blue 76

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

Shades of Dark Pastel Green #0ABE4C

Tints of Dark Pastel Green #0ABE4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 3.62%
G = 68.84%
B = 27.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#0ABE4C (or 0x0ABE4C) is known color: Dark Pastel Green. HEX triplet: 0A, BE and 4C. RGB value is (10,190,76). Sum of RGB (Red+Green+Blue) = 10+190+76=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 190 (74.61% from 255 or 68.84% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABE4C is #F541B3. Grayscale: #7B7B7B. Windows color (decimal): -16073140 or 5029386. OLE color: 5029386.

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

Color convert

RGB 10 190 76 -
CMYK 0.95 0 0.60 0.25
HSL 142º 0.9% 0.39% -
HSV(B) 142º 0.95% 0.75% -
XYZ 19.84 37.41 13.01 -
YUV 123.18 101.37 47.27 -
System Red Green Blue C M Y K H S L
Decimal 10 190 76 0.95 0 0.60 0.25 142 0.9 0.39
Hex A BE 4C 5F 0 3C 19 8E 5A 27
Octal 12 276 114 137 0 74 31 216 132 47
Binary 1010 10111110 1001100 1011111 0 111100 11001 10001110 1011010 100111

Color Harmonies of #0ABE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE4C

Black with #0ABE4C

Text Example


Text Example

White with #0ABE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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