Html Css Color HEX #07C16C Jade

📋 copy color: '#07C16C'

red 7 ◦ green 193 ◦ blue 108

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

Shades of Jade #07C16C

Tints of Jade #07C16C

RGB

 RED value IS 7 (3.13% from 255) = 2.27%

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

 BLUE value IS 108 (42.58% from 255) = 35.06%

R = 2.27%
G = 62.66%
B = 35.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#07C16C (or 0x07C16C) is known color: Jade. HEX triplet: 07, C1 and 6C. RGB value is (7,193,108). Sum of RGB (Red+Green+Blue) = 7+193+108=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 193 (75.78% from 255 or 62.66% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 193 - color contains mainly: green. Hex color #07C16C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C16C is #F83E93. Grayscale: #7F7F7F. Windows color (decimal): -16268948 or 7127303. OLE color: 7127303.

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

Color convert

RGB 7 193 108 -
CMYK 0.96 0 0.44 0.24
HSL 152.58º 0.93% 0.39% -
HSV(B) 152.58º 0.96% 0.76% -
XYZ 21.86 39.27 20.61 -
YUV 127.7 116.88 41.91 -
System Red Green Blue C M Y K H S L
Decimal 7 193 108 0.96 0 0.44 0.24 152.58 0.93 0.39
Hex 7 C1 6C 60 0 2C 18 99 5D 27
Octal 7 301 154 140 0 54 30 231 135 47
Binary 111 11000001 1101100 1100000 0 101100 11000 10011001 1011101 100111

Color Harmonies of #07C16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C16C

Black with #07C16C

Text Example


Text Example

White with #07C16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07C16C; }

 p { color: rgb(7,193,108); }

 H1.HeaderClassName
 {
   color: #07C16C;
 }
 .AnyTagClassName
 {
   color: #07C16C;
 }
</style>

background-color css

<style>
 a { background-color: #07C16C; }

 a { background-color: rgb(7,193,108); }

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

border-color css

<style>
 span { border-color: #07C16C; }

 span { border-color: rgb(7,193,108); }

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