Html Css Color HEX #0ABC3A Dark Pastel Green

📋 copy color: '#0ABC3A'

red 10 ◦ green 188 ◦ blue 58

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

Shades of Dark Pastel Green #0ABC3A

Tints of Dark Pastel Green #0ABC3A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 73.44%

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 3.91%
G = 73.44%
B = 22.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#0ABC3A (or 0x0ABC3A) is known color: Dark Pastel Green. HEX triplet: 0A, BC and 3A. RGB value is (10,188,58). Sum of RGB (Red+Green+Blue) = 10+188+58=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 188 (73.83% from 255 or 73.44% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC3A is #F543C5. Grayscale: #787878. Windows color (decimal): -16073670 or 3849226. OLE color: 3849226.

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

Color convert

RGB 10 188 58 -
CMYK 0.95 0 0.69 0.26
HSL 136.18º 0.9% 0.39% -
HSV(B) 136.18º 0.95% 0.74% -
XYZ 18.87 36.34 10.02 -
YUV 119.96 93.03 49.57 -
System Red Green Blue C M Y K H S L
Decimal 10 188 58 0.95 0 0.69 0.26 136.18 0.9 0.39
Hex A BC 3A 5F 0 45 1A 88 5A 27
Octal 12 274 72 137 0 105 32 210 132 47
Binary 1010 10111100 111010 1011111 0 1000101 11010 10001000 1011010 100111

Color Harmonies of #0ABC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC3A

Black with #0ABC3A

Text Example


Text Example

White with #0ABC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,188,58); }

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

background-color css

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

 a { background-color: rgb(10,188,58); }

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

border-color css

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

 span { border-color: rgb(10,188,58); }

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