Html Css Color HEX #0AC616 Dark Pastel Green

📋 copy color: '#0AC616'

red 10 ◦ green 198 ◦ blue 22

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

Shades of Dark Pastel Green #0AC616

Tints of Dark Pastel Green #0AC616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.57%

R = 4.35%
G = 86.09%
B = 9.57%

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

#0AC616 (or 0x0AC616) is known color: Dark Pastel Green. HEX triplet: 0A, C6 and 16. RGB value is (10,198,22). Sum of RGB (Red+Green+Blue) = 10+198+22=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 198 (77.73% from 255 or 86.09% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC616 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC616 is #F539E9. Grayscale: #7A7A7A. Windows color (decimal): -16071146 or 1492490. OLE color: 1492490.

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

Color convert

RGB 10 198 22 -
CMYK 0.95 0 0.89 0.22
HSL 123.83º 0.9% 0.41% -
HSV(B) 123.83º 0.95% 0.78% -
XYZ 20.46 40.51 7.5 -
YUV 121.72 71.72 48.31 -
System Red Green Blue C M Y K H S L
Decimal 10 198 22 0.95 0 0.89 0.22 123.83 0.9 0.41
Hex A C6 16 5F 0 59 16 7C 5A 29
Octal 12 306 26 137 0 131 26 174 132 51
Binary 1010 11000110 10110 1011111 0 1011001 10110 1111100 1011010 101001

Color Harmonies of #0AC616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC616

Black with #0AC616

Text Example


Text Example

White with #0AC616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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