Html Css Color HEX #0CBF71 Jade

📋 copy color: '#0CBF71'

red 12 ◦ green 191 ◦ blue 113

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

Shades of Jade #0CBF71

Tints of Jade #0CBF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 3.8%
G = 60.44%
B = 35.76%

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

#0CBF71 (or 0x0CBF71) is known color: Jade. HEX triplet: 0C, BF and 71. RGB value is (12,191,113). Sum of RGB (Red+Green+Blue) = 12+191+113=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 191 (75% from 255 or 60.44% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBF71 is #F3408E. Grayscale: #808080. Windows color (decimal): -15941775 or 7454476. OLE color: 7454476.

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

Color convert

RGB 12 191 113 -
CMYK 0.94 0 0.41 0.25
HSL 153.85º 0.88% 0.4% -
HSV(B) 153.85º 0.94% 0.75% -
XYZ 21.76 38.53 21.91 -
YUV 128.59 119.2 44.84 -
System Red Green Blue C M Y K H S L
Decimal 12 191 113 0.94 0 0.41 0.25 153.85 0.88 0.4
Hex C BF 71 5E 0 29 19 9A 58 28
Octal 14 277 161 136 0 51 31 232 130 50
Binary 1100 10111111 1110001 1011110 0 101001 11001 10011010 1011000 101000

Color Harmonies of #0CBF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBF71

Black with #0CBF71

Text Example


Text Example

White with #0CBF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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