Html Css Color HEX #0ACC1D Dark Pastel Green

📋 copy color: '#0ACC1D'

red 10 ◦ green 204 ◦ blue 29

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

Shades of Dark Pastel Green #0ACC1D

Tints of Dark Pastel Green #0ACC1D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 83.95%

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 4.12%
G = 83.95%
B = 11.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#0ACC1D (or 0x0ACC1D) is known color: Dark Pastel Green. HEX triplet: 0A, CC and 1D. RGB value is (10,204,29). Sum of RGB (Red+Green+Blue) = 10+204+29=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 204 (80.08% from 255 or 83.95% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACC1D is #F533E2. Grayscale: #7E7E7E. Windows color (decimal): -16069603 or 1952778. OLE color: 1952778.

HSL color Cylindrical-coordinate representation of color #0ACC1D: hue angle of 125.88º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACC1D is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 10 204 29 -
CMYK 0.95 0 0.86 0.2
HSL 125.88º 0.91% 0.42% -
HSV(B) 125.88º 0.95% 0.8% -
XYZ 21.94 43.34 8.37 -
YUV 126.04 73.23 45.23 -
System Red Green Blue C M Y K H S L
Decimal 10 204 29 0.95 0 0.86 0.2 125.88 0.91 0.42
Hex A CC 1D 5F 0 56 14 7E 5B 2A
Octal 12 314 35 137 0 126 24 176 133 52
Binary 1010 11001100 11101 1011111 0 1010110 10100 1111110 1011011 101010

Color Harmonies of #0ACC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACC1D

Black with #0ACC1D

Text Example


Text Example

White with #0ACC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,204,29); }

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

background-color css

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

 a { background-color: rgb(10,204,29); }

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

border-color css

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

 span { border-color: rgb(10,204,29); }

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