Html Css Color HEX #0ABE29 Dark Pastel Green

📋 copy color: '#0ABE29'

red 10 ◦ green 190 ◦ blue 41

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

Shades of Dark Pastel Green #0ABE29

Tints of Dark Pastel Green #0ABE29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.01%

R = 4.15%
G = 78.84%
B = 17.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#0ABE29 (or 0x0ABE29) is known color: Dark Pastel Green. HEX triplet: 0A, BE and 29. RGB value is (10,190,41). Sum of RGB (Red+Green+Blue) = 10+190+41=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 190 (74.61% from 255 or 78.84% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABE29 is #F541D6. Grayscale: #777777. Windows color (decimal): -16073175 or 2735626. OLE color: 2735626.

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

Color convert

RGB 10 190 41 -
CMYK 0.95 0 0.78 0.25
HSL 130.33º 0.9% 0.39% -
HSV(B) 130.33º 0.95% 0.75% -
XYZ 18.94 37.05 8.25 -
YUV 119.19 83.87 50.12 -
System Red Green Blue C M Y K H S L
Decimal 10 190 41 0.95 0 0.78 0.25 130.33 0.9 0.39
Hex A BE 29 5F 0 4E 19 82 5A 27
Octal 12 276 51 137 0 116 31 202 132 47
Binary 1010 10111110 101001 1011111 0 1001110 11001 10000010 1011010 100111

Color Harmonies of #0ABE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE29

Black with #0ABE29

Text Example


Text Example

White with #0ABE29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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