Html Css Color HEX #0ABE23 Dark Pastel Green

📋 copy color: '#0ABE23'

red 10 ◦ green 190 ◦ blue 35

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

Shades of Dark Pastel Green #0ABE23

Tints of Dark Pastel Green #0ABE23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.89%

R = 4.26%
G = 80.85%
B = 14.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#0ABE23 (or 0x0ABE23) is known color: Dark Pastel Green. HEX triplet: 0A, BE and 23. RGB value is (10,190,35). Sum of RGB (Red+Green+Blue) = 10+190+35=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 190 (74.61% from 255 or 80.85% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABE23 is #F541DC. Grayscale: #767676. Windows color (decimal): -16073181 or 2342410. OLE color: 2342410.

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

Color convert

RGB 10 190 35 -
CMYK 0.95 0 0.82 0.25
HSL 128.33º 0.9% 0.39% -
HSV(B) 128.33º 0.95% 0.75% -
XYZ 18.84 37.01 7.74 -
YUV 118.51 80.87 50.6 -
System Red Green Blue C M Y K H S L
Decimal 10 190 35 0.95 0 0.82 0.25 128.33 0.9 0.39
Hex A BE 23 5F 0 52 19 80 5A 27
Octal 12 276 43 137 0 122 31 200 132 47
Binary 1010 10111110 100011 1011111 0 1010010 11001 10000000 1011010 100111

Color Harmonies of #0ABE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE23

Black with #0ABE23

Text Example


Text Example

White with #0ABE23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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