Html Css Color HEX #0FC68D Caribbean Green

📋 copy color: '#0FC68D'

red 15 ◦ green 198 ◦ blue 141

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

Shades of Caribbean Green #0FC68D

Tints of Caribbean Green #0FC68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.83%

R = 4.24%
G = 55.93%
B = 39.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#0FC68D (or 0x0FC68D) is known color: Caribbean Green. HEX triplet: 0F, C6 and 8D. RGB value is (15,198,141). Sum of RGB (Red+Green+Blue) = 15+198+141=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 198 (77.73% from 255 or 55.93% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC68D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC68D is #F03972. Grayscale: #888888. Windows color (decimal): -15743347 or 9291279. OLE color: 9291279.

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

Color convert

RGB 15 198 141 -
CMYK 0.92 0 0.29 0.22
HSL 161.31º 0.86% 0.42% -
HSV(B) 161.31º 0.92% 0.78% -
XYZ 25.2 42.41 32.06 -
YUV 136.79 130.37 41.13 -
System Red Green Blue C M Y K H S L
Decimal 15 198 141 0.92 0 0.29 0.22 161.31 0.86 0.42
Hex F C6 8D 5C 0 1D 16 A1 56 2A
Octal 17 306 215 134 0 35 26 241 126 52
Binary 1111 11000110 10001101 1011100 0 11101 10110 10100001 1010110 101010

Color Harmonies of #0FC68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC68D

Black with #0FC68D

Text Example


Text Example

White with #0FC68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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