Html Css Color HEX #01B274 Jade

📋 copy color: '#01B274'

red 1 ◦ green 178 ◦ blue 116

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

Shades of Jade #01B274

Tints of Jade #01B274

RGB

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

 GREEN value IS 178 (69.92% from 255) = 60.34%

 BLUE value IS 116 (45.7% from 255) = 39.32%

R = 0.34%
G = 60.34%
B = 39.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#01B274 (or 0x01B274) is known color: Jade. HEX triplet: 01, B2 and 74. RGB value is (1,178,116). Sum of RGB (Red+Green+Blue) = 1+178+116=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 178 (69.92% from 255 or 60.34% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 178 - color contains mainly: green. Hex color #01B274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01B274 is #FE4D8B. Grayscale: #767676. Windows color (decimal): -16665996 or 7647745. OLE color: 7647745.

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

Color convert

RGB 1 178 116 -
CMYK 0.99 0 0.35 0.30
HSL 158.98º 0.99% 0.35% -
HSV(B) 158.98º 0.99% 0.7% -
XYZ 19.09 33.11 21.91 -
YUV 118.01 126.86 44.54 -
System Red Green Blue C M Y K H S L
Decimal 1 178 116 0.99 0 0.35 0.30 158.98 0.99 0.35
Hex 1 B2 74 63 0 23 1E 9F 63 23
Octal 1 262 164 143 0 43 36 237 143 43
Binary 1 10110010 1110100 1100011 0 100011 11110 10011111 1100011 100011

Color Harmonies of #01B274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B274

Black with #01B274

Text Example


Text Example

White with #01B274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,178,116); }

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

background-color css

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

 a { background-color: rgb(1,178,116); }

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

border-color css

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

 span { border-color: rgb(1,178,116); }

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