Html Css Color HEX #0ABE6A Jade

📋 copy color: '#0ABE6A'

red 10 ◦ green 190 ◦ blue 106

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

Shades of Jade #0ABE6A

Tints of Jade #0ABE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 3.27%
G = 62.09%
B = 34.64%

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

#0ABE6A (or 0x0ABE6A) is known color: Jade. HEX triplet: 0A, BE and 6A. RGB value is (10,190,106). Sum of RGB (Red+Green+Blue) = 10+190+106=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 190 (74.61% from 255 or 62.09% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABE6A is #F54195. Grayscale: #7E7E7E. Windows color (decimal): -16073110 or 6995466. OLE color: 6995466.

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

Color convert

RGB 10 190 106 -
CMYK 0.95 0 0.44 0.25
HSL 152º 0.9% 0.39% -
HSV(B) 152º 0.95% 0.75% -
XYZ 21.14 37.93 19.84 -
YUV 126.6 116.37 44.83 -
System Red Green Blue C M Y K H S L
Decimal 10 190 106 0.95 0 0.44 0.25 152 0.9 0.39
Hex A BE 6A 5F 0 2C 19 98 5A 27
Octal 12 276 152 137 0 54 31 230 132 47
Binary 1010 10111110 1101010 1011111 0 101100 11001 10011000 1011010 100111

Color Harmonies of #0ABE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE6A

Black with #0ABE6A

Text Example


Text Example

White with #0ABE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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