Html Css Color HEX #0ABA4B Dark Pastel Green

📋 copy color: '#0ABA4B'

red 10 ◦ green 186 ◦ blue 75

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

Shades of Dark Pastel Green #0ABA4B

Tints of Dark Pastel Green #0ABA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.68%

R = 3.69%
G = 68.63%
B = 27.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#0ABA4B (or 0x0ABA4B) is known color: Dark Pastel Green. HEX triplet: 0A, BA and 4B. RGB value is (10,186,75). Sum of RGB (Red+Green+Blue) = 10+186+75=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 186 (73.05% from 255 or 68.63% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABA4B is #F545B4. Grayscale: #787878. Windows color (decimal): -16074165 or 4962826. OLE color: 4962826.

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

Color convert

RGB 10 186 75 -
CMYK 0.95 0 0.60 0.27
HSL 142.16º 0.9% 0.38% -
HSV(B) 142.16º 0.95% 0.73% -
XYZ 18.95 35.69 12.55 -
YUV 120.72 102.19 49.03 -
System Red Green Blue C M Y K H S L
Decimal 10 186 75 0.95 0 0.60 0.27 142.16 0.9 0.38
Hex A BA 4B 5F 0 3C 1B 8E 5A 26
Octal 12 272 113 137 0 74 33 216 132 46
Binary 1010 10111010 1001011 1011111 0 111100 11011 10001110 1011010 100110

Color Harmonies of #0ABA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABA4B

Black with #0ABA4B

Text Example


Text Example

White with #0ABA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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