Html Css Color HEX #09C08A Caribbean Green

📋 copy color: '#09C08A'

red 9 ◦ green 192 ◦ blue 138

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

Shades of Caribbean Green #09C08A

Tints of Caribbean Green #09C08A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.64%

 BLUE value IS 138 (54.3% from 255) = 40.71%

R = 2.65%
G = 56.64%
B = 40.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#09C08A (or 0x09C08A) is known color: Caribbean Green. HEX triplet: 09, C0 and 8A. RGB value is (9,192,138). Sum of RGB (Red+Green+Blue) = 9+192+138=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #09C08A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C08A is #F63F75. Grayscale: #838383. Windows color (decimal): -16138102 or 9093129. OLE color: 9093129.

HSL color Cylindrical-coordinate representation of color #09C08A: hue angle of 162.3º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C08A is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 192 138 -
CMYK 0.95 0 0.28 0.25
HSL 162.3º 0.91% 0.39% -
HSV(B) 162.3º 0.95% 0.75% -
XYZ 23.55 39.59 30.45 -
YUV 131.13 131.87 40.89 -
System Red Green Blue C M Y K H S L
Decimal 9 192 138 0.95 0 0.28 0.25 162.3 0.91 0.39
Hex 9 C0 8A 5F 0 1C 19 A2 5B 27
Octal 11 300 212 137 0 34 31 242 133 47
Binary 1001 11000000 10001010 1011111 0 11100 11001 10100010 1011011 100111

Color Harmonies of #09C08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C08A

Black with #09C08A

Text Example


Text Example

White with #09C08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,192,138); }

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

background-color css

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

 a { background-color: rgb(9,192,138); }

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

border-color css

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

 span { border-color: rgb(9,192,138); }

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