Html Css Color HEX #0ABE3C Dark Pastel Green

📋 copy color: '#0ABE3C'

red 10 ◦ green 190 ◦ blue 60

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

Shades of Dark Pastel Green #0ABE3C

Tints of Dark Pastel Green #0ABE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.08%

R = 3.85%
G = 73.08%
B = 23.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#0ABE3C (or 0x0ABE3C) is known color: Dark Pastel Green. HEX triplet: 0A, BE and 3C. RGB value is (10,190,60). Sum of RGB (Red+Green+Blue) = 10+190+60=260 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.85% from 260); Green value is 190 (74.61% from 255 or 73.08% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABE3C is #F541C3. Grayscale: #797979. Windows color (decimal): -16073156 or 3980810. OLE color: 3980810.

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

Color convert

RGB 10 190 60 -
CMYK 0.95 0 0.68 0.25
HSL 136.67º 0.9% 0.39% -
HSV(B) 136.67º 0.95% 0.75% -
XYZ 19.35 37.22 10.44 -
YUV 121.36 93.37 48.57 -
System Red Green Blue C M Y K H S L
Decimal 10 190 60 0.95 0 0.68 0.25 136.67 0.9 0.39
Hex A BE 3C 5F 0 44 19 89 5A 27
Octal 12 276 74 137 0 104 31 211 132 47
Binary 1010 10111110 111100 1011111 0 1000100 11001 10001001 1011010 100111

Color Harmonies of #0ABE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE3C

Black with #0ABE3C

Text Example


Text Example

White with #0ABE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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