Html Css Color HEX #0ACC1F Dark Pastel Green

📋 copy color: '#0ACC1F'

red 10 ◦ green 204 ◦ blue 31

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

Shades of Dark Pastel Green #0ACC1F

Tints of Dark Pastel Green #0ACC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 4.08%
G = 83.27%
B = 12.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#0ACC1F (or 0x0ACC1F) is known color: Dark Pastel Green. HEX triplet: 0A, CC and 1F. RGB value is (10,204,31). Sum of RGB (Red+Green+Blue) = 10+204+31=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 204 (80.08% from 255 or 83.27% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACC1F is #F533E0. Grayscale: #7E7E7E. Windows color (decimal): -16069601 or 2083850. OLE color: 2083850.

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

Color convert

RGB 10 204 31 -
CMYK 0.95 0 0.85 0.2
HSL 126.49º 0.91% 0.42% -
HSV(B) 126.49º 0.95% 0.8% -
XYZ 21.97 43.35 8.51 -
YUV 126.27 74.23 45.07 -
System Red Green Blue C M Y K H S L
Decimal 10 204 31 0.95 0 0.85 0.2 126.49 0.91 0.42
Hex A CC 1F 5F 0 55 14 7E 5B 2A
Octal 12 314 37 137 0 125 24 176 133 52
Binary 1010 11001100 11111 1011111 0 1010101 10100 1111110 1011011 101010

Color Harmonies of #0ACC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACC1F

Black with #0ACC1F

Text Example


Text Example

White with #0ACC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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