Html Css Color HEX #01BE68 Jade

📋 copy color: '#01BE68'

red 1 ◦ green 190 ◦ blue 104

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

Shades of Jade #01BE68

Tints of Jade #01BE68

RGB

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

 GREEN value IS 190 (74.61% from 255) = 64.41%

 BLUE value IS 104 (41.02% from 255) = 35.25%

R = 0.34%
G = 64.41%
B = 35.25%

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

#01BE68 (or 0x01BE68) is known color: Jade. HEX triplet: 01, BE and 68. RGB value is (1,190,104). Sum of RGB (Red+Green+Blue) = 1+190+104=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 190 (74.61% from 255 or 64.41% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BE68 is #FE4197. Grayscale: #7B7B7B. Windows color (decimal): -16662936 or 6864385. OLE color: 6864385.

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

Color convert

RGB 1 190 104 -
CMYK 0.99 0 0.45 0.25
HSL 152.7º 0.99% 0.37% -
HSV(B) 152.7º 0.99% 0.75% -
XYZ 20.92 37.83 19.3 -
YUV 123.69 116.88 40.49 -
System Red Green Blue C M Y K H S L
Decimal 1 190 104 0.99 0 0.45 0.25 152.7 0.99 0.37
Hex 1 BE 68 63 0 2D 19 99 63 25
Octal 1 276 150 143 0 55 31 231 143 45
Binary 1 10111110 1101000 1100011 0 101101 11001 10011001 1100011 100101

Color Harmonies of #01BE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE68

Black with #01BE68

Text Example


Text Example

White with #01BE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,190,104); }

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

background-color css

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

 a { background-color: rgb(1,190,104); }

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

border-color css

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

 span { border-color: rgb(1,190,104); }

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