Html Css Color HEX #04BA72 Jade

📋 copy color: '#04BA72'

red 4 ◦ green 186 ◦ blue 114

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

Shades of Jade #04BA72

Tints of Jade #04BA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.5%

R = 1.32%
G = 61.18%
B = 37.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#04BA72 (or 0x04BA72) is known color: Jade. HEX triplet: 04, BA and 72. RGB value is (4,186,114). Sum of RGB (Red+Green+Blue) = 4+186+114=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA72 is #FB458D. Grayscale: #7B7B7B. Windows color (decimal): -16467342 or 7518724. OLE color: 7518724.

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

Color convert

RGB 4 186 114 -
CMYK 0.98 0 0.39 0.27
HSL 156.26º 0.96% 0.37% -
HSV(B) 156.26º 0.98% 0.73% -
XYZ 20.65 36.36 21.85 -
YUV 123.37 122.7 42.85 -
System Red Green Blue C M Y K H S L
Decimal 4 186 114 0.98 0 0.39 0.27 156.26 0.96 0.37
Hex 4 BA 72 62 0 27 1B 9C 60 25
Octal 4 272 162 142 0 47 33 234 140 45
Binary 100 10111010 1110010 1100010 0 100111 11011 10011100 1100000 100101

Color Harmonies of #04BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA72

Black with #04BA72

Text Example


Text Example

White with #04BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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