Html Css Color HEX #0AC64A Dark Pastel Green

📋 copy color: '#0AC64A'

red 10 ◦ green 198 ◦ blue 74

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

Shades of Dark Pastel Green #0AC64A

Tints of Dark Pastel Green #0AC64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.24%

R = 3.55%
G = 70.21%
B = 26.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#0AC64A (or 0x0AC64A) is known color: Dark Pastel Green. HEX triplet: 0A, C6 and 4A. RGB value is (10,198,74). Sum of RGB (Red+Green+Blue) = 10+198+74=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 198 (77.73% from 255 or 70.21% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC64A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC64A is #F539B5. Grayscale: #7F7F7F. Windows color (decimal): -16071094 or 4900362. OLE color: 4900362.

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

Color convert

RGB 10 198 74 -
CMYK 0.95 0 0.63 0.22
HSL 140.43º 0.9% 0.41% -
HSV(B) 140.43º 0.95% 0.78% -
XYZ 21.56 40.95 13.25 -
YUV 127.65 97.72 44.08 -
System Red Green Blue C M Y K H S L
Decimal 10 198 74 0.95 0 0.63 0.22 140.43 0.9 0.41
Hex A C6 4A 5F 0 3F 16 8C 5A 29
Octal 12 306 112 137 0 77 26 214 132 51
Binary 1010 11000110 1001010 1011111 0 111111 10110 10001100 1011010 101001

Color Harmonies of #0AC64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC64A

Black with #0AC64A

Text Example


Text Example

White with #0AC64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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