Html Css Color HEX #0AC373 Jade

📋 copy color: '#0AC373'

red 10 ◦ green 195 ◦ blue 115

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

Shades of Jade #0AC373

Tints of Jade #0AC373

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.94%

 BLUE value IS 115 (45.31% from 255) = 35.94%

R = 3.13%
G = 60.94%
B = 35.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#0AC373 (or 0x0AC373) is known color: Jade. HEX triplet: 0A, C3 and 73. RGB value is (10,195,115). Sum of RGB (Red+Green+Blue) = 10+195+115=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC373 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC373 is #F53C8C. Grayscale: #828282. Windows color (decimal): -16071821 or 7586570. OLE color: 7586570.

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

Color convert

RGB 10 195 115 -
CMYK 0.95 0 0.41 0.24
HSL 154.05º 0.9% 0.4% -
HSV(B) 154.05º 0.95% 0.76% -
XYZ 22.73 40.33 22.81 -
YUV 130.57 119.21 42 -
System Red Green Blue C M Y K H S L
Decimal 10 195 115 0.95 0 0.41 0.24 154.05 0.9 0.4
Hex A C3 73 5F 0 29 18 9A 5A 28
Octal 12 303 163 137 0 51 30 232 132 50
Binary 1010 11000011 1110011 1011111 0 101001 11000 10011010 1011010 101000

Color Harmonies of #0AC373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC373

Black with #0AC373

Text Example


Text Example

White with #0AC373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,195,115); }

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

background-color css

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

 a { background-color: rgb(10,195,115); }

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

border-color css

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

 span { border-color: rgb(10,195,115); }

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