Html Css Color HEX #0AC615 Dark Pastel Green

📋 copy color: '#0AC615'

red 10 ◦ green 198 ◦ blue 21

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

Shades of Dark Pastel Green #0AC615

Tints of Dark Pastel Green #0AC615

RGB

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

 GREEN value IS 198 (77.73% from 255) = 86.46%

 BLUE value IS 21 (8.59% from 255) = 9.17%

R = 4.37%
G = 86.46%
B = 9.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#0AC615 (or 0x0AC615) is known color: Dark Pastel Green. HEX triplet: 0A, C6 and 15. RGB value is (10,198,21). Sum of RGB (Red+Green+Blue) = 10+198+21=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 198 (77.73% from 255 or 86.46% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC615 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC615 is #F539EA. Grayscale: #7A7A7A. Windows color (decimal): -16071147 or 1426954. OLE color: 1426954.

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

Color convert

RGB 10 198 21 -
CMYK 0.95 0 0.89 0.22
HSL 123.51º 0.9% 0.41% -
HSV(B) 123.51º 0.95% 0.78% -
XYZ 20.45 40.51 7.45 -
YUV 121.61 71.22 48.39 -
System Red Green Blue C M Y K H S L
Decimal 10 198 21 0.95 0 0.89 0.22 123.51 0.9 0.41
Hex A C6 15 5F 0 59 16 7C 5A 29
Octal 12 306 25 137 0 131 26 174 132 51
Binary 1010 11000110 10101 1011111 0 1011001 10110 1111100 1011010 101001

Color Harmonies of #0AC615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC615

Black with #0AC615

Text Example


Text Example

White with #0AC615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,198,21); }

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

background-color css

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

 a { background-color: rgb(10,198,21); }

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

border-color css

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

 span { border-color: rgb(10,198,21); }

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