Html Css Color HEX #0AC324 Dark Pastel Green

📋 copy color: '#0AC324'

red 10 ◦ green 195 ◦ blue 36

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

Shades of Dark Pastel Green #0AC324

Tints of Dark Pastel Green #0AC324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.94%

R = 4.15%
G = 80.91%
B = 14.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#0AC324 (or 0x0AC324) is known color: Dark Pastel Green. HEX triplet: 0A, C3 and 24. RGB value is (10,195,36). Sum of RGB (Red+Green+Blue) = 10+195+36=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 195 (76.56% from 255 or 80.91% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC324 is #F53CDB. Grayscale: #7A7A7A. Windows color (decimal): -16071900 or 2409226. OLE color: 2409226.

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

Color convert

RGB 10 195 36 -
CMYK 0.95 0 0.82 0.24
HSL 128.43º 0.9% 0.4% -
HSV(B) 128.43º 0.95% 0.76% -
XYZ 19.96 39.22 8.19 -
YUV 121.56 79.71 48.43 -
System Red Green Blue C M Y K H S L
Decimal 10 195 36 0.95 0 0.82 0.24 128.43 0.9 0.4
Hex A C3 24 5F 0 52 18 80 5A 28
Octal 12 303 44 137 0 122 30 200 132 50
Binary 1010 11000011 100100 1011111 0 1010010 11000 10000000 1011010 101000

Color Harmonies of #0AC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC324

Black with #0AC324

Text Example


Text Example

White with #0AC324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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