Html Css Color HEX #04BA7A Jade

📋 copy color: '#04BA7A'

red 4 ◦ green 186 ◦ blue 122

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

Shades of Jade #04BA7A

Tints of Jade #04BA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.1%

R = 1.28%
G = 59.62%
B = 39.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#04BA7A (or 0x04BA7A) is known color: Jade. HEX triplet: 04, BA and 7A. RGB value is (4,186,122). Sum of RGB (Red+Green+Blue) = 4+186+122=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA7A is #FB4585. Grayscale: #7C7C7C. Windows color (decimal): -16467334 or 8043012. OLE color: 8043012.

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

Color convert

RGB 4 186 122 -
CMYK 0.98 0 0.34 0.27
HSL 158.9º 0.96% 0.37% -
HSV(B) 158.9º 0.98% 0.73% -
XYZ 21.12 36.55 24.35 -
YUV 124.29 126.7 42.2 -
System Red Green Blue C M Y K H S L
Decimal 4 186 122 0.98 0 0.34 0.27 158.9 0.96 0.37
Hex 4 BA 7A 62 0 22 1B 9F 60 25
Octal 4 272 172 142 0 42 33 237 140 45
Binary 100 10111010 1111010 1100010 0 100010 11011 10011111 1100000 100101

Color Harmonies of #04BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA7A

Black with #04BA7A

Text Example


Text Example

White with #04BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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