Html Css Color HEX #00C268 Jade

📋 copy color: '#00C268'

red 0 ◦ green 194 ◦ blue 104

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

Shades of Jade #00C268

Tints of Jade #00C268

RGB

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

 GREEN value IS 194 (76.17% from 255) = 65.1%

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 0%
G = 65.1%
B = 34.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#00C268 (or 0x00C268) is known color: Jade. HEX triplet: 00, C2 and 68. RGB value is (0,194,104). Sum of RGB (Red+Green+Blue) = 0+194+104=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #00C268 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C268 is #FF3D97. Grayscale: #7D7D7D. Windows color (decimal): -16727448 or 6865408. OLE color: 6865408.

HSL color Cylindrical-coordinate representation of color #00C268: hue angle of 152.16º 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 #00C268 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 194 104 -
CMYK 1 0 0.46 0.24
HSL 152.16º 1% 0.38% -
HSV(B) 152.16º 1% 0.76% -
XYZ 21.79 39.58 19.59 -
YUV 125.73 115.73 38.32 -
System Red Green Blue C M Y K H S L
Decimal 0 194 104 1 0 0.46 0.24 152.16 1 0.38
Hex 0 C2 68 64 0 2E 18 98 64 26
Octal 0 302 150 144 0 56 30 230 144 46
Binary 0 11000010 1101000 1100100 0 101110 11000 10011000 1100100 100110

Color Harmonies of #00C268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C268

Black with #00C268

Text Example


Text Example

White with #00C268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,194,104); }

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

background-color css

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

 a { background-color: rgb(0,194,104); }

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

border-color css

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

 span { border-color: rgb(0,194,104); }

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