Html Css Color HEX #0FC69A Caribbean Green

📋 copy color: '#0FC69A'

red 15 ◦ green 198 ◦ blue 154

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

Shades of Caribbean Green #0FC69A

Tints of Caribbean Green #0FC69A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.95%

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

R = 4.09%
G = 53.95%
B = 41.96%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#0FC69A (or 0x0FC69A) is known color: Caribbean Green. HEX triplet: 0F, C6 and 9A. RGB value is (15,198,154). Sum of RGB (Red+Green+Blue) = 15+198+154=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 198 (77.73% from 255 or 53.95% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC69A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC69A is #F03965. Grayscale: #8A8A8A. Windows color (decimal): -15743334 or 10143247. OLE color: 10143247.

HSL color Cylindrical-coordinate representation of color #0FC69A: hue angle of 165.57º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC69A is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 198 154 -
CMYK 0.92 0 0.22 0.22
HSL 165.57º 0.86% 0.42% -
HSV(B) 165.57º 0.92% 0.78% -
XYZ 26.22 42.82 37.46 -
YUV 138.27 136.87 40.08 -
System Red Green Blue C M Y K H S L
Decimal 15 198 154 0.92 0 0.22 0.22 165.57 0.86 0.42
Hex F C6 9A 5C 0 16 16 A6 56 2A
Octal 17 306 232 134 0 26 26 246 126 52
Binary 1111 11000110 10011010 1011100 0 10110 10110 10100110 1010110 101010

Color Harmonies of #0FC69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC69A

Black with #0FC69A

Text Example


Text Example

White with #0FC69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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