Html Css Color HEX #0AC121 Dark Pastel Green

📋 copy color: '#0AC121'

red 10 ◦ green 193 ◦ blue 33

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

Shades of Dark Pastel Green #0AC121

Tints of Dark Pastel Green #0AC121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 81.78%

 BLUE value IS 33 (13.28% from 255) = 13.98%

R = 4.24%
G = 81.78%
B = 13.98%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#0AC121 (or 0x0AC121) is known color: Dark Pastel Green. HEX triplet: 0A, C1 and 21. RGB value is (10,193,33). Sum of RGB (Red+Green+Blue) = 10+193+33=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 193 (75.78% from 255 or 81.78% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC121 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC121 is #F53EDE. Grayscale: #787878. Windows color (decimal): -16072415 or 2212106. OLE color: 2212106.

HSL color Cylindrical-coordinate representation of color #0AC121: hue angle of 127.54º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC121 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 10 193 33 -
CMYK 0.95 0 0.83 0.24
HSL 127.54º 0.9% 0.4% -
HSV(B) 127.54º 0.95% 0.76% -
XYZ 19.47 38.31 7.81 -
YUV 120.04 78.87 49.51 -
System Red Green Blue C M Y K H S L
Decimal 10 193 33 0.95 0 0.83 0.24 127.54 0.9 0.4
Hex A C1 21 5F 0 53 18 80 5A 28
Octal 12 301 41 137 0 123 30 200 132 50
Binary 1010 11000001 100001 1011111 0 1010011 11000 10000000 1011010 101000

Color Harmonies of #0AC121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC121

Black with #0AC121

Text Example


Text Example

White with #0AC121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,193,33); }

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

background-color css

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

 a { background-color: rgb(10,193,33); }

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

border-color css

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

 span { border-color: rgb(10,193,33); }

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