Html Css Color HEX #0ABA27 Dark Pastel Green

📋 copy color: '#0ABA27'

red 10 ◦ green 186 ◦ blue 39

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

Shades of Dark Pastel Green #0ABA27

Tints of Dark Pastel Green #0ABA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 79.15%

 BLUE value IS 39 (15.63% from 255) = 16.6%

R = 4.26%
G = 79.15%
B = 16.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#0ABA27 (or 0x0ABA27) is known color: Dark Pastel Green. HEX triplet: 0A, BA and 27. RGB value is (10,186,39). Sum of RGB (Red+Green+Blue) = 10+186+39=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 186 (73.05% from 255 or 79.15% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABA27 is #F545D8. Grayscale: #757575. Windows color (decimal): -16074201 or 2603530. OLE color: 2603530.

HSL color Cylindrical-coordinate representation of color #0ABA27: hue angle of 129.89º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABA27 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 186 39 -
CMYK 0.95 0 0.79 0.27
HSL 129.89º 0.9% 0.38% -
HSV(B) 129.89º 0.95% 0.73% -
XYZ 18.05 35.33 7.79 -
YUV 116.62 84.19 51.95 -
System Red Green Blue C M Y K H S L
Decimal 10 186 39 0.95 0 0.79 0.27 129.89 0.9 0.38
Hex A BA 27 5F 0 4F 1B 82 5A 26
Octal 12 272 47 137 0 117 33 202 132 46
Binary 1010 10111010 100111 1011111 0 1001111 11011 10000010 1011010 100110

Color Harmonies of #0ABA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABA27

Black with #0ABA27

Text Example


Text Example

White with #0ABA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,186,39); }

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

background-color css

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

 a { background-color: rgb(10,186,39); }

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

border-color css

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

 span { border-color: rgb(10,186,39); }

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