Html Css Color HEX #0AC349 Dark Pastel Green

📋 copy color: '#0AC349'

red 10 ◦ green 195 ◦ blue 73

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

Shades of Dark Pastel Green #0AC349

Tints of Dark Pastel Green #0AC349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 70.14%

 BLUE value IS 73 (28.91% from 255) = 26.26%

R = 3.6%
G = 70.14%
B = 26.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#0AC349 (or 0x0AC349) is known color: Dark Pastel Green. HEX triplet: 0A, C3 and 49. RGB value is (10,195,73). Sum of RGB (Red+Green+Blue) = 10+195+73=278 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.60% from 278); Green value is 195 (76.56% from 255 or 70.14% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC349 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC349 is #F53CB6. Grayscale: #7E7E7E. Windows color (decimal): -16071863 or 4834058. OLE color: 4834058.

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

Color convert

RGB 10 195 73 -
CMYK 0.95 0 0.63 0.24
HSL 140.43º 0.9% 0.4% -
HSV(B) 140.43º 0.95% 0.76% -
XYZ 20.84 39.58 12.84 -
YUV 125.78 98.21 45.42 -
System Red Green Blue C M Y K H S L
Decimal 10 195 73 0.95 0 0.63 0.24 140.43 0.9 0.4
Hex A C3 49 5F 0 3F 18 8C 5A 28
Octal 12 303 111 137 0 77 30 214 132 50
Binary 1010 11000011 1001001 1011111 0 111111 11000 10001100 1011010 101000

Color Harmonies of #0AC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC349

Black with #0AC349

Text Example


Text Example

White with #0AC349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,195,73); }

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

background-color css

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

 a { background-color: rgb(10,195,73); }

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

border-color css

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

 span { border-color: rgb(10,195,73); }

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