Html Css Color HEX #04B06A Jade

📋 copy color: '#04B06A'

red 4 ◦ green 176 ◦ blue 106

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

Shades of Jade #04B06A

Tints of Jade #04B06A

RGB

 RED value IS 4 (1.95% from 255) = 1.4%

 GREEN value IS 176 (69.14% from 255) = 61.54%

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

R = 1.4%
G = 61.54%
B = 37.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#04B06A (or 0x04B06A) is known color: Jade. HEX triplet: 04, B0 and 6A. RGB value is (4,176,106). Sum of RGB (Red+Green+Blue) = 4+176+106=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 176 (69.14% from 255 or 61.54% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 176 - color contains mainly: green. Hex color #04B06A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04B06A is #FB4F95. Grayscale: #747474. Windows color (decimal): -16469910 or 6991876. OLE color: 6991876.

HSL color Cylindrical-coordinate representation of color #04B06A: hue angle of 155.58º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B06A is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 176 106 -
CMYK 0.98 0 0.40 0.31
HSL 155.58º 0.96% 0.35% -
HSV(B) 155.58º 0.98% 0.69% -
XYZ 18.18 32.12 18.88 -
YUV 116.59 122.02 47.69 -
System Red Green Blue C M Y K H S L
Decimal 4 176 106 0.98 0 0.40 0.31 155.58 0.96 0.35
Hex 4 B0 6A 62 0 28 1F 9C 60 23
Octal 4 260 152 142 0 50 37 234 140 43
Binary 100 10110000 1101010 1100010 0 101000 11111 10011100 1100000 100011

Color Harmonies of #04B06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B06A

Black with #04B06A

Text Example


Text Example

White with #04B06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04B06A; }

 p { color: rgb(4,176,106); }

 H1.HeaderClassName
 {
   color: #04B06A;
 }
 .AnyTagClassName
 {
   color: #04B06A;
 }
</style>

background-color css

<style>
 a { background-color: #04B06A; }

 a { background-color: rgb(4,176,106); }

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

border-color css

<style>
 span { border-color: #04B06A; }

 span { border-color: rgb(4,176,106); }

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