Html Css Color HEX #0AC61D Dark Pastel Green

📋 copy color: '#0AC61D'

red 10 ◦ green 198 ◦ blue 29

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

Shades of Dark Pastel Green #0AC61D

Tints of Dark Pastel Green #0AC61D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 83.54%

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

R = 4.22%
G = 83.54%
B = 12.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#0AC61D (or 0x0AC61D) is known color: Dark Pastel Green. HEX triplet: 0A, C6 and 1D. RGB value is (10,198,29). Sum of RGB (Red+Green+Blue) = 10+198+29=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 198 (77.73% from 255 or 83.54% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC61D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC61D is #F539E2. Grayscale: #7B7B7B. Windows color (decimal): -16071139 or 1951242. OLE color: 1951242.

HSL color Cylindrical-coordinate representation of color #0AC61D: hue angle of 126.06º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC61D is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 10 198 29 -
CMYK 0.95 0 0.85 0.22
HSL 126.06º 0.9% 0.41% -
HSV(B) 126.06º 0.95% 0.78% -
XYZ 20.54 40.54 7.91 -
YUV 122.52 75.22 47.74 -
System Red Green Blue C M Y K H S L
Decimal 10 198 29 0.95 0 0.85 0.22 126.06 0.9 0.41
Hex A C6 1D 5F 0 55 16 7E 5A 29
Octal 12 306 35 137 0 125 26 176 132 51
Binary 1010 11000110 11101 1011111 0 1010101 10110 1111110 1011010 101001

Color Harmonies of #0AC61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC61D

Black with #0AC61D

Text Example


Text Example

White with #0AC61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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