Html Css Color HEX #0AC32E Dark Pastel Green

📋 copy color: '#0AC32E'

red 10 ◦ green 195 ◦ blue 46

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

Shades of Dark Pastel Green #0AC32E

Tints of Dark Pastel Green #0AC32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.33%

R = 3.98%
G = 77.69%
B = 18.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#0AC32E (or 0x0AC32E) is known color: Dark Pastel Green. HEX triplet: 0A, C3 and 2E. RGB value is (10,195,46). Sum of RGB (Red+Green+Blue) = 10+195+46=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 195 (76.56% from 255 or 77.69% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC32E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC32E is #F53CD1. Grayscale: #7B7B7B. Windows color (decimal): -16071890 or 3064586. OLE color: 3064586.

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

Color convert

RGB 10 195 46 -
CMYK 0.95 0 0.76 0.24
HSL 131.68º 0.9% 0.4% -
HSV(B) 131.68º 0.95% 0.76% -
XYZ 20.13 39.29 9.11 -
YUV 122.7 84.71 47.62 -
System Red Green Blue C M Y K H S L
Decimal 10 195 46 0.95 0 0.76 0.24 131.68 0.9 0.4
Hex A C3 2E 5F 0 4C 18 84 5A 28
Octal 12 303 56 137 0 114 30 204 132 50
Binary 1010 11000011 101110 1011111 0 1001100 11000 10000100 1011010 101000

Color Harmonies of #0AC32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC32E

Black with #0AC32E

Text Example


Text Example

White with #0AC32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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