Html Css Color HEX #0ABC6F Jade

📋 copy color: '#0ABC6F'

red 10 ◦ green 188 ◦ blue 111

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

Shades of Jade #0ABC6F

Tints of Jade #0ABC6F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.84%

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

R = 3.24%
G = 60.84%
B = 35.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#0ABC6F (or 0x0ABC6F) is known color: Jade. HEX triplet: 0A, BC and 6F. RGB value is (10,188,111). Sum of RGB (Red+Green+Blue) = 10+188+111=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABC6F is #F54390. Grayscale: #7E7E7E. Windows color (decimal): -16073617 or 7322634. OLE color: 7322634.

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

Color convert

RGB 10 188 111 -
CMYK 0.95 0 0.41 0.26
HSL 154.04º 0.9% 0.39% -
HSV(B) 154.04º 0.95% 0.74% -
XYZ 20.98 37.18 21.11 -
YUV 126 119.53 45.26 -
System Red Green Blue C M Y K H S L
Decimal 10 188 111 0.95 0 0.41 0.26 154.04 0.9 0.39
Hex A BC 6F 5F 0 29 1A 9A 5A 27
Octal 12 274 157 137 0 51 32 232 132 47
Binary 1010 10111100 1101111 1011111 0 101001 11010 10011010 1011010 100111

Color Harmonies of #0ABC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC6F

Black with #0ABC6F

Text Example


Text Example

White with #0ABC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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