Html Css Color HEX #0ABD74 Jade

📋 copy color: '#0ABD74'

red 10 ◦ green 189 ◦ blue 116

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

Shades of Jade #0ABD74

Tints of Jade #0ABD74

RGB

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

 GREEN value IS 189 (74.22% from 255) = 60%

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 3.17%
G = 60%
B = 36.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#0ABD74 (or 0x0ABD74) is known color: Jade. HEX triplet: 0A, BD and 74. RGB value is (10,189,116). Sum of RGB (Red+Green+Blue) = 10+189+116=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 189 (74.22% from 255 or 60% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABD74 is #F5428B. Grayscale: #7F7F7F. Windows color (decimal): -16073356 or 7650570. OLE color: 7650570.

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

Color convert

RGB 10 189 116 -
CMYK 0.95 0 0.39 0.26
HSL 155.53º 0.9% 0.39% -
HSV(B) 155.53º 0.95% 0.74% -
XYZ 21.48 37.72 22.67 -
YUV 127.16 121.7 44.44 -
System Red Green Blue C M Y K H S L
Decimal 10 189 116 0.95 0 0.39 0.26 155.53 0.9 0.39
Hex A BD 74 5F 0 27 1A 9C 5A 27
Octal 12 275 164 137 0 47 32 234 132 47
Binary 1010 10111101 1110100 1011111 0 100111 11010 10011100 1011010 100111

Color Harmonies of #0ABD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABD74

Black with #0ABD74

Text Example


Text Example

White with #0ABD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,189,116); }

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

background-color css

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

 a { background-color: rgb(10,189,116); }

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

border-color css

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

 span { border-color: rgb(10,189,116); }

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