Html Css Color HEX #0FC09A Caribbean Green

📋 copy color: '#0FC09A'

red 15 ◦ green 192 ◦ blue 154

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

Shades of Caribbean Green #0FC09A

Tints of Caribbean Green #0FC09A

RGB

 RED value IS 15 (6.25% from 255) = 4.16%

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

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 4.16%
G = 53.19%
B = 42.66%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#0FC09A (or 0x0FC09A) is known color: Caribbean Green. HEX triplet: 0F, C0 and 9A. RGB value is (15,192,154). Sum of RGB (Red+Green+Blue) = 15+192+154=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC09A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC09A is #F03F65. Grayscale: #868686. Windows color (decimal): -15744870 or 10141711. OLE color: 10141711.

HSL color Cylindrical-coordinate representation of color #0FC09A: hue angle of 167.12º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC09A is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 154 -
CMYK 0.92 0 0.20 0.25
HSL 167.12º 0.86% 0.41% -
HSV(B) 167.12º 0.92% 0.75% -
XYZ 24.88 40.13 37.01 -
YUV 134.75 138.86 42.59 -
System Red Green Blue C M Y K H S L
Decimal 15 192 154 0.92 0 0.20 0.25 167.12 0.86 0.41
Hex F C0 9A 5C 0 14 19 A7 56 29
Octal 17 300 232 134 0 24 31 247 126 51
Binary 1111 11000000 10011010 1011100 0 10100 11001 10100111 1010110 101001

Color Harmonies of #0FC09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC09A

Black with #0FC09A

Text Example


Text Example

White with #0FC09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FC09A; }

 p { color: rgb(15,192,154); }

 H1.HeaderClassName
 {
   color: #0FC09A;
 }
 .AnyTagClassName
 {
   color: #0FC09A;
 }
</style>

background-color css

<style>
 a { background-color: #0FC09A; }

 a { background-color: rgb(15,192,154); }

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

border-color css

<style>
 span { border-color: #0FC09A; }

 span { border-color: rgb(15,192,154); }

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