Html Css Color HEX #0ABF74 Jade

📋 copy color: '#0ABF74'

red 10 ◦ green 191 ◦ blue 116

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

Shades of Jade #0ABF74

Tints of Jade #0ABF74

RGB

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

 GREEN value IS 191 (75% from 255) = 60.25%

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

R = 3.15%
G = 60.25%
B = 36.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#0ABF74 (or 0x0ABF74) is known color: Jade. HEX triplet: 0A, BF and 74. RGB value is (10,191,116). Sum of RGB (Red+Green+Blue) = 10+191+116=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABF74 is #F5408B. Grayscale: #808080. Windows color (decimal): -16072844 or 7651082. OLE color: 7651082.

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

Color convert

RGB 10 191 116 -
CMYK 0.95 0 0.39 0.25
HSL 155.14º 0.9% 0.39% -
HSV(B) 155.14º 0.95% 0.75% -
XYZ 21.91 38.59 22.82 -
YUV 128.33 121.03 43.6 -
System Red Green Blue C M Y K H S L
Decimal 10 191 116 0.95 0 0.39 0.25 155.14 0.9 0.39
Hex A BF 74 5F 0 27 19 9B 5A 27
Octal 12 277 164 137 0 47 31 233 132 47
Binary 1010 10111111 1110100 1011111 0 100111 11001 10011011 1011010 100111

Color Harmonies of #0ABF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF74

Black with #0ABF74

Text Example


Text Example

White with #0ABF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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