Html Css Color HEX #04C16F Jade

📋 copy color: '#04C16F'

red 4 ◦ green 193 ◦ blue 111

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

Shades of Jade #04C16F

Tints of Jade #04C16F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 62.66%

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 1.3%
G = 62.66%
B = 36.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#04C16F (or 0x04C16F) is known color: Jade. HEX triplet: 04, C1 and 6F. RGB value is (4,193,111). Sum of RGB (Red+Green+Blue) = 4+193+111=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 193 (75.78% from 255 or 62.66% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 193 - color contains mainly: green. Hex color #04C16F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C16F is #FB3E90. Grayscale: #7F7F7F. Windows color (decimal): -16465553 or 7323908. OLE color: 7323908.

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

Color convert

RGB 4 193 111 -
CMYK 0.98 0 0.42 0.24
HSL 153.97º 0.96% 0.39% -
HSV(B) 153.97º 0.98% 0.76% -
XYZ 21.99 39.31 21.47 -
YUV 127.14 118.88 40.17 -
System Red Green Blue C M Y K H S L
Decimal 4 193 111 0.98 0 0.42 0.24 153.97 0.96 0.39
Hex 4 C1 6F 62 0 2A 18 9A 60 27
Octal 4 301 157 142 0 52 30 232 140 47
Binary 100 11000001 1101111 1100010 0 101010 11000 10011010 1100000 100111

Color Harmonies of #04C16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C16F

Black with #04C16F

Text Example


Text Example

White with #04C16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,193,111); }

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

background-color css

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

 a { background-color: rgb(4,193,111); }

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

border-color css

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

 span { border-color: rgb(4,193,111); }

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