Html Css Color HEX #0ABE28 Dark Pastel Green

📋 copy color: '#0ABE28'

red 10 ◦ green 190 ◦ blue 40

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

Shades of Dark Pastel Green #0ABE28

Tints of Dark Pastel Green #0ABE28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.67%

R = 4.17%
G = 79.17%
B = 16.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#0ABE28 (or 0x0ABE28) is known color: Dark Pastel Green. HEX triplet: 0A, BE and 28. RGB value is (10,190,40). Sum of RGB (Red+Green+Blue) = 10+190+40=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 190 (74.61% from 255 or 79.17% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABE28 is #F541D7. Grayscale: #777777. Windows color (decimal): -16073176 or 2670090. OLE color: 2670090.

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

Color convert

RGB 10 190 40 -
CMYK 0.95 0 0.79 0.25
HSL 130º 0.9% 0.39% -
HSV(B) 130º 0.95% 0.75% -
XYZ 18.92 37.04 8.16 -
YUV 119.08 83.37 50.2 -
System Red Green Blue C M Y K H S L
Decimal 10 190 40 0.95 0 0.79 0.25 130 0.9 0.39
Hex A BE 28 5F 0 4F 19 82 5A 27
Octal 12 276 50 137 0 117 31 202 132 47
Binary 1010 10111110 101000 1011111 0 1001111 11001 10000010 1011010 100111

Color Harmonies of #0ABE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE28

Black with #0ABE28

Text Example


Text Example

White with #0ABE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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