Html Css Color HEX #04BA6B Jade

📋 copy color: '#04BA6B'

red 4 ◦ green 186 ◦ blue 107

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

Shades of Jade #04BA6B

Tints of Jade #04BA6B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.63%

 BLUE value IS 107 (42.19% from 255) = 36.03%

R = 1.35%
G = 62.63%
B = 36.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#04BA6B (or 0x04BA6B) is known color: Jade. HEX triplet: 04, BA and 6B. RGB value is (4,186,107). Sum of RGB (Red+Green+Blue) = 4+186+107=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA6B is #FB4594. Grayscale: #7A7A7A. Windows color (decimal): -16467349 or 7059972. OLE color: 7059972.

HSL color Cylindrical-coordinate representation of color #04BA6B: hue angle of 153.96º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BA6B is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 186 107 -
CMYK 0.98 0 0.42 0.27
HSL 153.96º 0.96% 0.37% -
HSV(B) 153.96º 0.98% 0.73% -
XYZ 20.26 36.21 19.83 -
YUV 122.58 119.2 43.42 -
System Red Green Blue C M Y K H S L
Decimal 4 186 107 0.98 0 0.42 0.27 153.96 0.96 0.37
Hex 4 BA 6B 62 0 2A 1B 9A 60 25
Octal 4 272 153 142 0 52 33 232 140 45
Binary 100 10111010 1101011 1100010 0 101010 11011 10011010 1100000 100101

Color Harmonies of #04BA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA6B

Black with #04BA6B

Text Example


Text Example

White with #04BA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,186,107); }

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

background-color css

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

 a { background-color: rgb(4,186,107); }

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

border-color css

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

 span { border-color: rgb(4,186,107); }

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