Html Css Color HEX #0FC390 Caribbean Green

📋 copy color: '#0FC390'

red 15 ◦ green 195 ◦ blue 144

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

Shades of Caribbean Green #0FC390

Tints of Caribbean Green #0FC390

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.08%

 BLUE value IS 144 (56.64% from 255) = 40.68%

R = 4.24%
G = 55.08%
B = 40.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#0FC390 (or 0x0FC390) is known color: Caribbean Green. HEX triplet: 0F, C3 and 90. RGB value is (15,195,144). Sum of RGB (Red+Green+Blue) = 15+195+144=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC390 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC390 is #F03C6F. Grayscale: #878787. Windows color (decimal): -15744112 or 9487119. OLE color: 9487119.

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

Color convert

RGB 15 195 144 -
CMYK 0.92 0 0.26 0.24
HSL 163º 0.86% 0.41% -
HSV(B) 163º 0.92% 0.76% -
XYZ 24.75 41.15 33.02 -
YUV 135.37 132.87 42.15 -
System Red Green Blue C M Y K H S L
Decimal 15 195 144 0.92 0 0.26 0.24 163 0.86 0.41
Hex F C3 90 5C 0 1A 18 A3 56 29
Octal 17 303 220 134 0 32 30 243 126 51
Binary 1111 11000011 10010000 1011100 0 11010 11000 10100011 1010110 101001

Color Harmonies of #0FC390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC390

Black with #0FC390

Text Example


Text Example

White with #0FC390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,195,144); }

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

background-color css

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

 a { background-color: rgb(15,195,144); }

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

border-color css

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

 span { border-color: rgb(15,195,144); }

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