Html Css Color HEX #0ABE6B Jade

📋 copy color: '#0ABE6B'

red 10 ◦ green 190 ◦ blue 107

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

Shades of Jade #0ABE6B

Tints of Jade #0ABE6B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 61.89%

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 3.26%
G = 61.89%
B = 34.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#0ABE6B (or 0x0ABE6B) is known color: Jade. HEX triplet: 0A, BE and 6B. RGB value is (10,190,107). Sum of RGB (Red+Green+Blue) = 10+190+107=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 190 (74.61% from 255 or 61.89% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABE6B is #F54194. Grayscale: #7E7E7E. Windows color (decimal): -16073109 or 7061002. OLE color: 7061002.

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

Color convert

RGB 10 190 107 -
CMYK 0.95 0 0.44 0.25
HSL 152.33º 0.9% 0.39% -
HSV(B) 152.33º 0.95% 0.75% -
XYZ 21.19 37.95 20.12 -
YUV 126.72 116.87 44.75 -
System Red Green Blue C M Y K H S L
Decimal 10 190 107 0.95 0 0.44 0.25 152.33 0.9 0.39
Hex A BE 6B 5F 0 2C 19 98 5A 27
Octal 12 276 153 137 0 54 31 230 132 47
Binary 1010 10111110 1101011 1011111 0 101100 11001 10011000 1011010 100111

Color Harmonies of #0ABE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE6B

Black with #0ABE6B

Text Example


Text Example

White with #0ABE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,190,107); }

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

background-color css

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

 a { background-color: rgb(10,190,107); }

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

border-color css

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

 span { border-color: rgb(10,190,107); }

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