Html Css Color HEX #09C296 Caribbean Green

📋 copy color: '#09C296'

red 9 ◦ green 194 ◦ blue 150

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

Shades of Caribbean Green #09C296

Tints of Caribbean Green #09C296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 2.55%
G = 54.96%
B = 42.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#09C296 (or 0x09C296) is known color: Caribbean Green. HEX triplet: 09, C2 and 96. RGB value is (9,194,150). Sum of RGB (Red+Green+Blue) = 9+194+150=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #09C296 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C296 is #F63D69. Grayscale: #858585. Windows color (decimal): -16137578 or 9880073. OLE color: 9880073.

HSL color Cylindrical-coordinate representation of color #09C296: hue angle of 165.73º 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 #09C296 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 9 194 150 -
CMYK 0.95 0 0.23 0.24
HSL 165.73º 0.91% 0.4% -
HSV(B) 165.73º 0.95% 0.76% -
XYZ 24.91 40.84 35.42 -
YUV 133.67 137.21 39.08 -
System Red Green Blue C M Y K H S L
Decimal 9 194 150 0.95 0 0.23 0.24 165.73 0.91 0.4
Hex 9 C2 96 5F 0 17 18 A6 5B 28
Octal 11 302 226 137 0 27 30 246 133 50
Binary 1001 11000010 10010110 1011111 0 10111 11000 10100110 1011011 101000

Color Harmonies of #09C296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C296

Black with #09C296

Text Example


Text Example

White with #09C296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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