Html Css Color HEX #00C361 Jade

📋 copy color: '#00C361'

red 0 ◦ green 195 ◦ blue 97

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

Shades of Jade #00C361

Tints of Jade #00C361

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 195 (76.56% from 255) = 66.78%

 BLUE value IS 97 (38.28% from 255) = 33.22%

R = 0%
G = 66.78%
B = 33.22%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#00C361 (or 0x00C361) is known color: Jade. HEX triplet: 00, C3 and 61. RGB value is (0,195,97). Sum of RGB (Red+Green+Blue) = 0+195+97=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 195 (76.56% from 255 or 66.78% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 195 - color contains mainly: green. Hex color #00C361 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C361 is #FF3C9E. Grayscale: #7D7D7D. Windows color (decimal): -16727199 or 6406912. OLE color: 6406912.

HSL color Cylindrical-coordinate representation of color #00C361: hue angle of 149.85º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C361 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 195 97 -
CMYK 1 0 0.50 0.24
HSL 149.85º 1% 0.38% -
HSV(B) 149.85º 1% 0.76% -
XYZ 21.67 39.89 17.87 -
YUV 125.52 111.9 38.47 -
System Red Green Blue C M Y K H S L
Decimal 0 195 97 1 0 0.50 0.24 149.85 1 0.38
Hex 0 C3 61 64 0 32 18 96 64 26
Octal 0 303 141 144 0 62 30 226 144 46
Binary 0 11000011 1100001 1100100 0 110010 11000 10010110 1100100 100110

Color Harmonies of #00C361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C361

Black with #00C361

Text Example


Text Example

White with #00C361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00C361; }

 p { color: rgb(0,195,97); }

 H1.HeaderClassName
 {
   color: #00C361;
 }
 .AnyTagClassName
 {
   color: #00C361;
 }
</style>

background-color css

<style>
 a { background-color: #00C361; }

 a { background-color: rgb(0,195,97); }

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

border-color css

<style>
 span { border-color: #00C361; }

 span { border-color: rgb(0,195,97); }

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