Html Css Color HEX #0AC81C Dark Pastel Green

📋 copy color: '#0AC81C'

red 10 ◦ green 200 ◦ blue 28

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

Shades of Dark Pastel Green #0AC81C

Tints of Dark Pastel Green #0AC81C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 84.03%

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

R = 4.2%
G = 84.03%
B = 11.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#0AC81C (or 0x0AC81C) is known color: Dark Pastel Green. HEX triplet: 0A, C8 and 1C. RGB value is (10,200,28). Sum of RGB (Red+Green+Blue) = 10+200+28=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 200 (78.52% from 255 or 84.03% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC81C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC81C is #F537E3. Grayscale: #7C7C7C. Windows color (decimal): -16070628 or 1886218. OLE color: 1886218.

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

Color convert

RGB 10 200 28 -
CMYK 0.95 0 0.86 0.22
HSL 125.68º 0.9% 0.41% -
HSV(B) 125.68º 0.95% 0.78% -
XYZ 20.99 41.46 7.99 -
YUV 123.58 74.05 46.99 -
System Red Green Blue C M Y K H S L
Decimal 10 200 28 0.95 0 0.86 0.22 125.68 0.9 0.41
Hex A C8 1C 5F 0 56 16 7E 5A 29
Octal 12 310 34 137 0 126 26 176 132 51
Binary 1010 11001000 11100 1011111 0 1010110 10110 1111110 1011010 101001

Color Harmonies of #0AC81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC81C

Black with #0AC81C

Text Example


Text Example

White with #0AC81C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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