Html Css Color HEX #0ABE2D Dark Pastel Green

📋 copy color: '#0ABE2D'

red 10 ◦ green 190 ◦ blue 45

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

Shades of Dark Pastel Green #0ABE2D

Tints of Dark Pastel Green #0ABE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.37%

R = 4.08%
G = 77.55%
B = 18.37%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#0ABE2D (or 0x0ABE2D) is known color: Dark Pastel Green. HEX triplet: 0A, BE and 2D. RGB value is (10,190,45). Sum of RGB (Red+Green+Blue) = 10+190+45=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 190 (74.61% from 255 or 77.55% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABE2D is #F541D2. Grayscale: #787878. Windows color (decimal): -16073171 or 2997770. OLE color: 2997770.

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

Color convert

RGB 10 190 45 -
CMYK 0.95 0 0.76 0.25
HSL 131.67º 0.9% 0.39% -
HSV(B) 131.67º 0.95% 0.75% -
XYZ 19.01 37.08 8.64 -
YUV 119.65 85.87 49.79 -
System Red Green Blue C M Y K H S L
Decimal 10 190 45 0.95 0 0.76 0.25 131.67 0.9 0.39
Hex A BE 2D 5F 0 4C 19 84 5A 27
Octal 12 276 55 137 0 114 31 204 132 47
Binary 1010 10111110 101101 1011111 0 1001100 11001 10000100 1011010 100111

Color Harmonies of #0ABE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE2D

Black with #0ABE2D

Text Example


Text Example

White with #0ABE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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