Html Css Color HEX #0AC740 Dark Pastel Green

📋 copy color: '#0AC740'

red 10 ◦ green 199 ◦ blue 64

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

Shades of Dark Pastel Green #0AC740

Tints of Dark Pastel Green #0AC740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 72.89%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 3.66%
G = 72.89%
B = 23.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#0AC740 (or 0x0AC740) is known color: Dark Pastel Green. HEX triplet: 0A, C7 and 40. RGB value is (10,199,64). Sum of RGB (Red+Green+Blue) = 10+199+64=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 199 (78.12% from 255 or 72.89% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC740 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC740 is #F538BF. Grayscale: #7F7F7F. Windows color (decimal): -16070848 or 4245258. OLE color: 4245258.

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

Color convert

RGB 10 199 64 -
CMYK 0.95 0 0.68 0.22
HSL 137.14º 0.9% 0.41% -
HSV(B) 137.14º 0.95% 0.78% -
XYZ 21.47 41.28 11.69 -
YUV 127.1 92.38 44.48 -
System Red Green Blue C M Y K H S L
Decimal 10 199 64 0.95 0 0.68 0.22 137.14 0.9 0.41
Hex A C7 40 5F 0 44 16 89 5A 29
Octal 12 307 100 137 0 104 26 211 132 51
Binary 1010 11000111 1000000 1011111 0 1000100 10110 10001001 1011010 101001

Color Harmonies of #0AC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC740

Black with #0AC740

Text Example


Text Example

White with #0AC740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,199,64); }

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

background-color css

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

 a { background-color: rgb(10,199,64); }

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

border-color css

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

 span { border-color: rgb(10,199,64); }

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