Html Css Color HEX #0FE294 Caribbean Green

📋 copy color: '#0FE294'

red 15 ◦ green 226 ◦ blue 148

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

Shades of Caribbean Green #0FE294

Tints of Caribbean Green #0FE294

RGB

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

 GREEN value IS 226 (88.67% from 255) = 58.1%

 BLUE value IS 148 (58.2% from 255) = 38.05%

R = 3.86%
G = 58.1%
B = 38.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#0FE294 (or 0x0FE294) is known color: Caribbean Green. HEX triplet: 0F, E2 and 94. RGB value is (15,226,148). Sum of RGB (Red+Green+Blue) = 15+226+148=389 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.86% from 389); Green value is 226 (88.67% from 255 or 58.10% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE294 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE294 is #F01D6B. Grayscale: #9A9A9A. Windows color (decimal): -15736172 or 9757199. OLE color: 9757199.

HSL color Cylindrical-coordinate representation of color #0FE294: hue angle of 157.82º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE294 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 15 226 148 -
CMYK 0.93 0 0.35 0.11
HSL 157.82º 0.88% 0.47% -
HSV(B) 157.82º 0.93% 0.89% -
XYZ 32.74 56.63 37.22 -
YUV 154.02 124.6 28.84 -
System Red Green Blue C M Y K H S L
Decimal 15 226 148 0.93 0 0.35 0.11 157.82 0.88 0.47
Hex F E2 94 5D 0 23 B 9E 58 2F
Octal 17 342 224 135 0 43 13 236 130 57
Binary 1111 11100010 10010100 1011101 0 100011 1011 10011110 1011000 101111

Color Harmonies of #0FE294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE294

Black with #0FE294

Text Example


Text Example

White with #0FE294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,226,148); }

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

background-color css

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

 a { background-color: rgb(15,226,148); }

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

border-color css

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

 span { border-color: rgb(15,226,148); }

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