Html Css Color HEX #0AC231 Dark Pastel Green

📋 copy color: '#0AC231'

red 10 ◦ green 194 ◦ blue 49

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

Shades of Dark Pastel Green #0AC231

Tints of Dark Pastel Green #0AC231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 76.68%

 BLUE value IS 49 (19.53% from 255) = 19.37%

R = 3.95%
G = 76.68%
B = 19.37%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#0AC231 (or 0x0AC231) is known color: Dark Pastel Green. HEX triplet: 0A, C2 and 31. RGB value is (10,194,49). Sum of RGB (Red+Green+Blue) = 10+194+49=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 194 (76.17% from 255 or 76.68% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC231 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC231 is #F53DCE. Grayscale: #7A7A7A. Windows color (decimal): -16072143 or 3260938. OLE color: 3260938.

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

Color convert

RGB 10 194 49 -
CMYK 0.95 0 0.75 0.24
HSL 132.72º 0.9% 0.4% -
HSV(B) 132.72º 0.95% 0.76% -
XYZ 19.97 38.87 9.36 -
YUV 122.45 86.54 47.79 -
System Red Green Blue C M Y K H S L
Decimal 10 194 49 0.95 0 0.75 0.24 132.72 0.9 0.4
Hex A C2 31 5F 0 4B 18 85 5A 28
Octal 12 302 61 137 0 113 30 205 132 50
Binary 1010 11000010 110001 1011111 0 1001011 11000 10000101 1011010 101000

Color Harmonies of #0AC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC231

Black with #0AC231

Text Example


Text Example

White with #0AC231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,194,49); }

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

background-color css

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

 a { background-color: rgb(10,194,49); }

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

border-color css

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

 span { border-color: rgb(10,194,49); }

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