Html Css Color HEX #0AC56F Jade

📋 copy color: '#0AC56F'

red 10 ◦ green 197 ◦ blue 111

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

Shades of Jade #0AC56F

Tints of Jade #0AC56F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 61.95%

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 3.14%
G = 61.95%
B = 34.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#0AC56F (or 0x0AC56F) is known color: Jade. HEX triplet: 0A, C5 and 6F. RGB value is (10,197,111). Sum of RGB (Red+Green+Blue) = 10+197+111=318 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.14% from 318); Green value is 197 (77.34% from 255 or 61.95% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC56F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC56F is #F53A90. Grayscale: #838383. Windows color (decimal): -16071313 or 7324938. OLE color: 7324938.

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

Color convert

RGB 10 197 111 -
CMYK 0.95 0 0.44 0.23
HSL 152.41º 0.9% 0.41% -
HSV(B) 152.41º 0.95% 0.77% -
XYZ 22.96 41.14 21.77 -
YUV 131.28 116.55 41.49 -
System Red Green Blue C M Y K H S L
Decimal 10 197 111 0.95 0 0.44 0.23 152.41 0.9 0.41
Hex A C5 6F 5F 0 2C 17 98 5A 29
Octal 12 305 157 137 0 54 27 230 132 51
Binary 1010 11000101 1101111 1011111 0 101100 10111 10011000 1011010 101001

Color Harmonies of #0AC56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC56F

Black with #0AC56F

Text Example


Text Example

White with #0AC56F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,197,111); }

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

background-color css

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

 a { background-color: rgb(10,197,111); }

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

border-color css

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

 span { border-color: rgb(10,197,111); }

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