Html Css Color HEX #0FC68F Caribbean Green

📋 copy color: '#0FC68F'

red 15 ◦ green 198 ◦ blue 143

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

Shades of Caribbean Green #0FC68F

Tints of Caribbean Green #0FC68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 4.21%
G = 55.62%
B = 40.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#0FC68F (or 0x0FC68F) is known color: Caribbean Green. HEX triplet: 0F, C6 and 8F. RGB value is (15,198,143). Sum of RGB (Red+Green+Blue) = 15+198+143=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC68F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC68F is #F03970. Grayscale: #898989. Windows color (decimal): -15743345 or 9422351. OLE color: 9422351.

HSL color Cylindrical-coordinate representation of color #0FC68F: hue angle of 161.97º 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 #0FC68F is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 198 143 -
CMYK 0.92 0 0.28 0.22
HSL 161.97º 0.86% 0.42% -
HSV(B) 161.97º 0.92% 0.78% -
XYZ 25.35 42.47 32.85 -
YUV 137.01 131.37 40.97 -
System Red Green Blue C M Y K H S L
Decimal 15 198 143 0.92 0 0.28 0.22 161.97 0.86 0.42
Hex F C6 8F 5C 0 1C 16 A2 56 2A
Octal 17 306 217 134 0 34 26 242 126 52
Binary 1111 11000110 10001111 1011100 0 11100 10110 10100010 1010110 101010

Color Harmonies of #0FC68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC68F

Black with #0FC68F

Text Example


Text Example

White with #0FC68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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