Html Css Color HEX #0ABB3F Dark Pastel Green

📋 copy color: '#0ABB3F'

red 10 ◦ green 187 ◦ blue 63

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

Shades of Dark Pastel Green #0ABB3F

Tints of Dark Pastel Green #0ABB3F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 71.92%

 BLUE value IS 63 (25% from 255) = 24.23%

R = 3.85%
G = 71.92%
B = 24.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#0ABB3F (or 0x0ABB3F) is known color: Dark Pastel Green. HEX triplet: 0A, BB and 3F. RGB value is (10,187,63). Sum of RGB (Red+Green+Blue) = 10+187+63=260 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.85% from 260); Green value is 187 (73.44% from 255 or 71.92% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABB3F is #F544C0. Grayscale: #787878. Windows color (decimal): -16073921 or 4176650. OLE color: 4176650.

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

Color convert

RGB 10 187 63 -
CMYK 0.95 0 0.66 0.27
HSL 137.97º 0.9% 0.39% -
HSV(B) 137.97º 0.95% 0.73% -
XYZ 18.79 35.96 10.65 -
YUV 119.94 95.86 49.58 -
System Red Green Blue C M Y K H S L
Decimal 10 187 63 0.95 0 0.66 0.27 137.97 0.9 0.39
Hex A BB 3F 5F 0 42 1B 8A 5A 27
Octal 12 273 77 137 0 102 33 212 132 47
Binary 1010 10111011 111111 1011111 0 1000010 11011 10001010 1011010 100111

Color Harmonies of #0ABB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABB3F

Black with #0ABB3F

Text Example


Text Example

White with #0ABB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,187,63); }

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

background-color css

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

 a { background-color: rgb(10,187,63); }

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

border-color css

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

 span { border-color: rgb(10,187,63); }

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