Html Css Color HEX #01BF6A Jade

📋 copy color: '#01BF6A'

red 1 ◦ green 191 ◦ blue 106

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

Shades of Jade #01BF6A

Tints of Jade #01BF6A

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

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

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 0.34%
G = 64.09%
B = 35.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#01BF6A (or 0x01BF6A) is known color: Jade. HEX triplet: 01, BF and 6A. RGB value is (1,191,106). Sum of RGB (Red+Green+Blue) = 1+191+106=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 191 (75% from 255 or 64.09% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BF6A is #FE4095. Grayscale: #7C7C7C. Windows color (decimal): -16662678 or 6995713. OLE color: 6995713.

HSL color Cylindrical-coordinate representation of color #01BF6A: hue angle of 153.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BF6A is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 191 106 -
CMYK 0.99 0 0.45 0.25
HSL 153.16º 0.99% 0.38% -
HSV(B) 153.16º 0.99% 0.75% -
XYZ 21.24 38.31 19.91 -
YUV 124.5 117.55 39.91 -
System Red Green Blue C M Y K H S L
Decimal 1 191 106 0.99 0 0.45 0.25 153.16 0.99 0.38
Hex 1 BF 6A 63 0 2D 19 99 63 26
Octal 1 277 152 143 0 55 31 231 143 46
Binary 1 10111111 1101010 1100011 0 101101 11001 10011001 1100011 100110

Color Harmonies of #01BF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF6A

Black with #01BF6A

Text Example


Text Example

White with #01BF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01BF6A; }

 p { color: rgb(1,191,106); }

 H1.HeaderClassName
 {
   color: #01BF6A;
 }
 .AnyTagClassName
 {
   color: #01BF6A;
 }
</style>

background-color css

<style>
 a { background-color: #01BF6A; }

 a { background-color: rgb(1,191,106); }

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

border-color css

<style>
 span { border-color: #01BF6A; }

 span { border-color: rgb(1,191,106); }

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