Html Css Color HEX #0AC023 Dark Pastel Green

📋 copy color: '#0AC023'

red 10 ◦ green 192 ◦ blue 35

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

Shades of Dark Pastel Green #0AC023

Tints of Dark Pastel Green #0AC023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 81.01%

 BLUE value IS 35 (14.06% from 255) = 14.77%

R = 4.22%
G = 81.01%
B = 14.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#0AC023 (or 0x0AC023) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 23. RGB value is (10,192,35). Sum of RGB (Red+Green+Blue) = 10+192+35=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 192 (75.39% from 255 or 81.01% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC023 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC023 is #F53FDC. Grayscale: #787878. Windows color (decimal): -16072669 or 2342922. OLE color: 2342922.

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

Color convert

RGB 10 192 35 -
CMYK 0.95 0 0.82 0.25
HSL 128.24º 0.9% 0.4% -
HSV(B) 128.24º 0.95% 0.75% -
XYZ 19.28 37.89 7.89 -
YUV 119.68 80.2 49.77 -
System Red Green Blue C M Y K H S L
Decimal 10 192 35 0.95 0 0.82 0.25 128.24 0.9 0.4
Hex A C0 23 5F 0 52 19 80 5A 28
Octal 12 300 43 137 0 122 31 200 132 50
Binary 1010 11000000 100011 1011111 0 1010010 11001 10000000 1011010 101000

Color Harmonies of #0AC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC023

Black with #0AC023

Text Example


Text Example

White with #0AC023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,192,35); }

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

background-color css

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

 a { background-color: rgb(10,192,35); }

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

border-color css

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

 span { border-color: rgb(10,192,35); }

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