Html Css Color HEX #0AC466 Jade

📋 copy color: '#0AC466'

red 10 ◦ green 196 ◦ blue 102

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

Shades of Jade #0AC466

Tints of Jade #0AC466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.12%

R = 3.25%
G = 63.64%
B = 33.12%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#0AC466 (or 0x0AC466) is known color: Jade. HEX triplet: 0A, C4 and 66. RGB value is (10,196,102). Sum of RGB (Red+Green+Blue) = 10+196+102=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 196 (76.95% from 255 or 63.64% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 196 - color contains mainly: green. Hex color #0AC466 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC466 is #F53B99. Grayscale: #818181. Windows color (decimal): -16071578 or 6734858. OLE color: 6734858.

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

Color convert

RGB 10 196 102 -
CMYK 0.95 0 0.48 0.23
HSL 149.68º 0.9% 0.4% -
HSV(B) 149.68º 0.95% 0.77% -
XYZ 22.26 40.5 19.21 -
YUV 129.67 112.38 42.64 -
System Red Green Blue C M Y K H S L
Decimal 10 196 102 0.95 0 0.48 0.23 149.68 0.9 0.4
Hex A C4 66 5F 0 30 17 96 5A 28
Octal 12 304 146 137 0 60 27 226 132 50
Binary 1010 11000100 1100110 1011111 0 110000 10111 10010110 1011010 101000

Color Harmonies of #0AC466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC466

Black with #0AC466

Text Example


Text Example

White with #0AC466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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