Html Css Color HEX #0CBF6B Jade

📋 copy color: '#0CBF6B'

red 12 ◦ green 191 ◦ blue 107

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

Shades of Jade #0CBF6B

Tints of Jade #0CBF6B

RGB

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

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

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

R = 3.87%
G = 61.61%
B = 34.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#0CBF6B (or 0x0CBF6B) is known color: Jade. HEX triplet: 0C, BF and 6B. RGB value is (12,191,107). Sum of RGB (Red+Green+Blue) = 12+191+107=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 191 (75% from 255 or 61.61% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBF6B is #F34094. Grayscale: #808080. Windows color (decimal): -15941781 or 7061260. OLE color: 7061260.

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

Color convert

RGB 12 191 107 -
CMYK 0.94 0 0.44 0.25
HSL 151.84º 0.88% 0.4% -
HSV(B) 151.84º 0.94% 0.75% -
XYZ 21.44 38.4 20.19 -
YUV 127.9 116.2 45.33 -
System Red Green Blue C M Y K H S L
Decimal 12 191 107 0.94 0 0.44 0.25 151.84 0.88 0.4
Hex C BF 6B 5E 0 2C 19 98 58 28
Octal 14 277 153 136 0 54 31 230 130 50
Binary 1100 10111111 1101011 1011110 0 101100 11001 10011000 1011000 101000

Color Harmonies of #0CBF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBF6B

Black with #0CBF6B

Text Example


Text Example

White with #0CBF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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