Html Css Color HEX #0FD39A Caribbean Green

📋 copy color: '#0FD39A'

red 15 ◦ green 211 ◦ blue 154

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

Shades of Caribbean Green #0FD39A

Tints of Caribbean Green #0FD39A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 55.53%

 BLUE value IS 154 (60.55% from 255) = 40.53%

R = 3.95%
G = 55.53%
B = 40.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#0FD39A (or 0x0FD39A) is known color: Caribbean Green. HEX triplet: 0F, D3 and 9A. RGB value is (15,211,154). Sum of RGB (Red+Green+Blue) = 15+211+154=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 211 (82.81% from 255 or 55.53% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 211 - color contains mainly: green. Hex color #0FD39A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD39A is #F02C65. Grayscale: #919191. Windows color (decimal): -15740006 or 10146575. OLE color: 10146575.

HSL color Cylindrical-coordinate representation of color #0FD39A: hue angle of 162.55º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD39A is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 15 211 154 -
CMYK 0.93 0 0.27 0.17
HSL 162.55º 0.87% 0.44% -
HSV(B) 162.55º 0.93% 0.83% -
XYZ 29.32 49.02 38.49 -
YUV 145.9 132.57 34.63 -
System Red Green Blue C M Y K H S L
Decimal 15 211 154 0.93 0 0.27 0.17 162.55 0.87 0.44
Hex F D3 9A 5D 0 1B 11 A3 57 2C
Octal 17 323 232 135 0 33 21 243 127 54
Binary 1111 11010011 10011010 1011101 0 11011 10001 10100011 1010111 101100

Color Harmonies of #0FD39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD39A

Black with #0FD39A

Text Example


Text Example

White with #0FD39A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,211,154); }

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

background-color css

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

 a { background-color: rgb(15,211,154); }

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

border-color css

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

 span { border-color: rgb(15,211,154); }

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