Html Css Color HEX #04B066 Jade

📋 copy color: '#04B066'

red 4 ◦ green 176 ◦ blue 102

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

Shades of Jade #04B066

Tints of Jade #04B066

RGB

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

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

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

R = 1.42%
G = 62.41%
B = 36.17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#04B066 (or 0x04B066) is known color: Jade. HEX triplet: 04, B0 and 66. RGB value is (4,176,102). Sum of RGB (Red+Green+Blue) = 4+176+102=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 176 (69.14% from 255 or 62.41% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 176 - color contains mainly: green. Hex color #04B066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04B066 is #FB4F99. Grayscale: #747474. Windows color (decimal): -16469914 or 6729732. OLE color: 6729732.

HSL color Cylindrical-coordinate representation of color #04B066: hue angle of 154.19º 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 #04B066 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 176 102 -
CMYK 0.98 0 0.42 0.31
HSL 154.19º 0.96% 0.35% -
HSV(B) 154.19º 0.98% 0.69% -
XYZ 17.97 32.04 17.81 -
YUV 116.14 120.02 48.02 -
System Red Green Blue C M Y K H S L
Decimal 4 176 102 0.98 0 0.42 0.31 154.19 0.96 0.35
Hex 4 B0 66 62 0 2A 1F 9A 60 23
Octal 4 260 146 142 0 52 37 232 140 43
Binary 100 10110000 1100110 1100010 0 101010 11111 10011010 1100000 100011

Color Harmonies of #04B066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B066

Black with #04B066

Text Example


Text Example

White with #04B066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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