Html Css Color HEX #0AC51C Dark Pastel Green

📋 copy color: '#0AC51C'

red 10 ◦ green 197 ◦ blue 28

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

Shades of Dark Pastel Green #0AC51C

Tints of Dark Pastel Green #0AC51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 83.83%

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 4.26%
G = 83.83%
B = 11.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#0AC51C (or 0x0AC51C) is known color: Dark Pastel Green. HEX triplet: 0A, C5 and 1C. RGB value is (10,197,28). Sum of RGB (Red+Green+Blue) = 10+197+28=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 197 (77.34% from 255 or 83.83% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC51C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC51C is #F53AE3. Grayscale: #7A7A7A. Windows color (decimal): -16071396 or 1885450. OLE color: 1885450.

HSL color Cylindrical-coordinate representation of color #0AC51C: hue angle of 125.78º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC51C is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 10 197 28 -
CMYK 0.95 0 0.86 0.23
HSL 125.78º 0.9% 0.41% -
HSV(B) 125.78º 0.95% 0.77% -
XYZ 20.3 40.08 7.77 -
YUV 121.82 75.05 48.24 -
System Red Green Blue C M Y K H S L
Decimal 10 197 28 0.95 0 0.86 0.23 125.78 0.9 0.41
Hex A C5 1C 5F 0 56 17 7E 5A 29
Octal 12 305 34 137 0 126 27 176 132 51
Binary 1010 11000101 11100 1011111 0 1010110 10111 1111110 1011010 101001

Color Harmonies of #0AC51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC51C

Black with #0AC51C

Text Example


Text Example

White with #0AC51C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,197,28); }

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

background-color css

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

 a { background-color: rgb(10,197,28); }

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

border-color css

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

 span { border-color: rgb(10,197,28); }

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