Html Css Color HEX #0CBF70 Jade

📋 copy color: '#0CBF70'

red 12 ◦ green 191 ◦ blue 112

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

Shades of Jade #0CBF70

Tints of Jade #0CBF70

RGB

 RED value IS 12 (5.08% from 255) = 3.81%

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

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 3.81%
G = 60.63%
B = 35.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#0CBF70 (or 0x0CBF70) is known color: Jade. HEX triplet: 0C, BF and 70. RGB value is (12,191,112). Sum of RGB (Red+Green+Blue) = 12+191+112=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 191 (75% from 255 or 60.63% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBF70 is #F3408F. Grayscale: #808080. Windows color (decimal): -15941776 or 7388940. OLE color: 7388940.

HSL color Cylindrical-coordinate representation of color #0CBF70: hue angle of 153.52º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBF70 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 191 112 -
CMYK 0.94 0 0.41 0.25
HSL 153.52º 0.88% 0.4% -
HSV(B) 153.52º 0.94% 0.75% -
XYZ 21.71 38.51 21.62 -
YUV 128.47 118.7 44.92 -
System Red Green Blue C M Y K H S L
Decimal 12 191 112 0.94 0 0.41 0.25 153.52 0.88 0.4
Hex C BF 70 5E 0 29 19 9A 58 28
Octal 14 277 160 136 0 51 31 232 130 50
Binary 1100 10111111 1110000 1011110 0 101001 11001 10011010 1011000 101000

Color Harmonies of #0CBF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBF70

Black with #0CBF70

Text Example


Text Example

White with #0CBF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,191,112); }

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

background-color css

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

 a { background-color: rgb(12,191,112); }

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

border-color css

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

 span { border-color: rgb(12,191,112); }

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