Html Css Color HEX #0AB93B Dark Pastel Green

📋 copy color: '#0AB93B'

red 10 ◦ green 185 ◦ blue 59

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

Shades of Dark Pastel Green #0AB93B

Tints of Dark Pastel Green #0AB93B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 72.83%

 BLUE value IS 59 (23.44% from 255) = 23.23%

R = 3.94%
G = 72.83%
B = 23.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#0AB93B (or 0x0AB93B) is known color: Dark Pastel Green. HEX triplet: 0A, B9 and 3B. RGB value is (10,185,59). Sum of RGB (Red+Green+Blue) = 10+185+59=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 185 (72.66% from 255 or 72.83% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB93B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB93B is #F546C4. Grayscale: #767676. Windows color (decimal): -16074437 or 3913994. OLE color: 3913994.

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

Color convert

RGB 10 185 59 -
CMYK 0.95 0 0.68 0.27
HSL 136.8º 0.9% 0.38% -
HSV(B) 136.8º 0.95% 0.73% -
XYZ 18.26 35.08 9.95 -
YUV 118.31 94.52 50.75 -
System Red Green Blue C M Y K H S L
Decimal 10 185 59 0.95 0 0.68 0.27 136.8 0.9 0.38
Hex A B9 3B 5F 0 44 1B 89 5A 26
Octal 12 271 73 137 0 104 33 211 132 46
Binary 1010 10111001 111011 1011111 0 1000100 11011 10001001 1011010 100110

Color Harmonies of #0AB93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB93B

Black with #0AB93B

Text Example


Text Example

White with #0AB93B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,185,59); }

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

background-color css

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

 a { background-color: rgb(10,185,59); }

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

border-color css

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

 span { border-color: rgb(10,185,59); }

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