Html Css Color HEX #0AC470 Jade

📋 copy color: '#0AC470'

red 10 ◦ green 196 ◦ blue 112

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

Shades of Jade #0AC470

Tints of Jade #0AC470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 61.64%

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 3.14%
G = 61.64%
B = 35.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#0AC470 (or 0x0AC470) is known color: Jade. HEX triplet: 0A, C4 and 70. RGB value is (10,196,112). Sum of RGB (Red+Green+Blue) = 10+196+112=318 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.14% from 318); Green value is 196 (76.95% from 255 or 61.64% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 196 - color contains mainly: green. Hex color #0AC470 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC470 is #F53B8F. Grayscale: #828282. Windows color (decimal): -16071568 or 7390218. OLE color: 7390218.

HSL color Cylindrical-coordinate representation of color #0AC470: hue angle of 152.9º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC470 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 10 196 112 -
CMYK 0.95 0 0.43 0.23
HSL 152.9º 0.9% 0.4% -
HSV(B) 152.9º 0.95% 0.77% -
XYZ 22.79 40.71 21.99 -
YUV 130.81 117.38 41.83 -
System Red Green Blue C M Y K H S L
Decimal 10 196 112 0.95 0 0.43 0.23 152.9 0.9 0.4
Hex A C4 70 5F 0 2B 17 99 5A 28
Octal 12 304 160 137 0 53 27 231 132 50
Binary 1010 11000100 1110000 1011111 0 101011 10111 10011001 1011010 101000

Color Harmonies of #0AC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC470

Black with #0AC470

Text Example


Text Example

White with #0AC470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,196,112); }

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

background-color css

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

 a { background-color: rgb(10,196,112); }

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

border-color css

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

 span { border-color: rgb(10,196,112); }

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