Html Css Color HEX #09C265 Jade

📋 copy color: '#09C265'

red 9 ◦ green 194 ◦ blue 101

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

Shades of Jade #09C265

Tints of Jade #09C265

RGB

 RED value IS 9 (3.91% from 255) = 2.96%

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

 BLUE value IS 101 (39.84% from 255) = 33.22%

R = 2.96%
G = 63.82%
B = 33.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#09C265 (or 0x09C265) is known color: Jade. HEX triplet: 09, C2 and 65. RGB value is (9,194,101). Sum of RGB (Red+Green+Blue) = 9+194+101=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 194 (76.17% from 255 or 63.82% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 194 - color contains mainly: green. Hex color #09C265 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C265 is #F63D9A. Grayscale: #808080. Windows color (decimal): -16137627 or 6668809. OLE color: 6668809.

HSL color Cylindrical-coordinate representation of color #09C265: hue angle of 149.84º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C265 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 9 194 101 -
CMYK 0.95 0 0.48 0.24
HSL 149.84º 0.91% 0.4% -
HSV(B) 149.84º 0.95% 0.76% -
XYZ 21.75 39.58 18.81 -
YUV 128.08 112.71 43.06 -
System Red Green Blue C M Y K H S L
Decimal 9 194 101 0.95 0 0.48 0.24 149.84 0.91 0.4
Hex 9 C2 65 5F 0 30 18 96 5B 28
Octal 11 302 145 137 0 60 30 226 133 50
Binary 1001 11000010 1100101 1011111 0 110000 11000 10010110 1011011 101000

Color Harmonies of #09C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C265

Black with #09C265

Text Example


Text Example

White with #09C265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09C265; }

 p { color: rgb(9,194,101); }

 H1.HeaderClassName
 {
   color: #09C265;
 }
 .AnyTagClassName
 {
   color: #09C265;
 }
</style>

background-color css

<style>
 a { background-color: #09C265; }

 a { background-color: rgb(9,194,101); }

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

border-color css

<style>
 span { border-color: #09C265; }

 span { border-color: rgb(9,194,101); }

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