Html Css Color HEX #01B466 Jade

📋 copy color: '#01B466'

red 1 ◦ green 180 ◦ blue 102

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

Shades of Jade #01B466

Tints of Jade #01B466

RGB

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

 GREEN value IS 180 (70.7% from 255) = 63.6%

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 0.35%
G = 63.6%
B = 36.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#01B466 (or 0x01B466) is known color: Jade. HEX triplet: 01, B4 and 66. RGB value is (1,180,102). Sum of RGB (Red+Green+Blue) = 1+180+102=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 180 (70.70% from 255 or 63.60% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 180 - color contains mainly: green. Hex color #01B466 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B466 is #FE4B99. Grayscale: #757575. Windows color (decimal): -16665498 or 6730753. OLE color: 6730753.

HSL color Cylindrical-coordinate representation of color #01B466: hue angle of 153.85º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B466 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 180 102 -
CMYK 0.99 0 0.43 0.29
HSL 153.85º 0.99% 0.35% -
HSV(B) 153.85º 0.99% 0.71% -
XYZ 18.73 33.61 18.07 -
YUV 117.59 119.2 44.84 -
System Red Green Blue C M Y K H S L
Decimal 1 180 102 0.99 0 0.43 0.29 153.85 0.99 0.35
Hex 1 B4 66 63 0 2B 1D 9A 63 23
Octal 1 264 146 143 0 53 35 232 143 43
Binary 1 10110100 1100110 1100011 0 101011 11101 10011010 1100011 100011

Color Harmonies of #01B466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B466

Black with #01B466

Text Example


Text Example

White with #01B466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,180,102); }

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

background-color css

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

 a { background-color: rgb(1,180,102); }

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

border-color css

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

 span { border-color: rgb(1,180,102); }

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