Html Css Color HEX #0FC78A Caribbean Green

📋 copy color: '#0FC78A'

red 15 ◦ green 199 ◦ blue 138

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

Shades of Caribbean Green #0FC78A

Tints of Caribbean Green #0FC78A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 56.53%

 BLUE value IS 138 (54.3% from 255) = 39.2%

R = 4.26%
G = 56.53%
B = 39.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#0FC78A (or 0x0FC78A) is known color: Caribbean Green. HEX triplet: 0F, C7 and 8A. RGB value is (15,199,138). Sum of RGB (Red+Green+Blue) = 15+199+138=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC78A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC78A is #F03875. Grayscale: #898989. Windows color (decimal): -15743094 or 9094927. OLE color: 9094927.

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

Color convert

RGB 15 199 138 -
CMYK 0.92 0 0.31 0.22
HSL 160.11º 0.86% 0.42% -
HSV(B) 160.11º 0.92% 0.78% -
XYZ 25.21 42.78 30.97 -
YUV 137.03 128.54 40.96 -
System Red Green Blue C M Y K H S L
Decimal 15 199 138 0.92 0 0.31 0.22 160.11 0.86 0.42
Hex F C7 8A 5C 0 1F 16 A0 56 2A
Octal 17 307 212 134 0 37 26 240 126 52
Binary 1111 11000111 10001010 1011100 0 11111 10110 10100000 1010110 101010

Color Harmonies of #0FC78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC78A

Black with #0FC78A

Text Example


Text Example

White with #0FC78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,199,138); }

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

background-color css

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

 a { background-color: rgb(15,199,138); }

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

border-color css

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

 span { border-color: rgb(15,199,138); }

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