Html Css Color HEX #0AC41D Dark Pastel Green

📋 copy color: '#0AC41D'

red 10 ◦ green 196 ◦ blue 29

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

Shades of Dark Pastel Green #0AC41D

Tints of Dark Pastel Green #0AC41D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 83.4%

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

R = 4.26%
G = 83.4%
B = 12.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#0AC41D (or 0x0AC41D) is known color: Dark Pastel Green. HEX triplet: 0A, C4 and 1D. RGB value is (10,196,29). Sum of RGB (Red+Green+Blue) = 10+196+29=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 196 (76.95% from 255 or 83.40% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 196 - color contains mainly: green. Hex color #0AC41D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC41D is #F53BE2. Grayscale: #797979. Windows color (decimal): -16071651 or 1950730. OLE color: 1950730.

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

Color convert

RGB 10 196 29 -
CMYK 0.95 0 0.85 0.23
HSL 126.13º 0.9% 0.4% -
HSV(B) 126.13º 0.95% 0.77% -
XYZ 20.09 39.63 7.75 -
YUV 121.35 75.88 48.58 -
System Red Green Blue C M Y K H S L
Decimal 10 196 29 0.95 0 0.85 0.23 126.13 0.9 0.4
Hex A C4 1D 5F 0 55 17 7E 5A 28
Octal 12 304 35 137 0 125 27 176 132 50
Binary 1010 11000100 11101 1011111 0 1010101 10111 1111110 1011010 101000

Color Harmonies of #0AC41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC41D

Black with #0AC41D

Text Example


Text Example

White with #0AC41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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