Html Css Color HEX #0FE18A Caribbean Green

📋 copy color: '#0FE18A'

red 15 ◦ green 225 ◦ blue 138

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

Shades of Caribbean Green #0FE18A

Tints of Caribbean Green #0FE18A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 59.52%

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

R = 3.97%
G = 59.52%
B = 36.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#0FE18A (or 0x0FE18A) is known color: Caribbean Green. HEX triplet: 0F, E1 and 8A. RGB value is (15,225,138). Sum of RGB (Red+Green+Blue) = 15+225+138=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 225 (88.28% from 255 or 59.52% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE18A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE18A is #F01E75. Grayscale: #989898. Windows color (decimal): -15736438 or 9101583. OLE color: 9101583.

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

Color convert

RGB 15 225 138 -
CMYK 0.93 0 0.39 0.12
HSL 155.14º 0.88% 0.47% -
HSV(B) 155.14º 0.93% 0.88% -
XYZ 31.71 55.79 33.14 -
YUV 152.29 119.93 30.07 -
System Red Green Blue C M Y K H S L
Decimal 15 225 138 0.93 0 0.39 0.12 155.14 0.88 0.47
Hex F E1 8A 5D 0 27 C 9B 58 2F
Octal 17 341 212 135 0 47 14 233 130 57
Binary 1111 11100001 10001010 1011101 0 100111 1100 10011011 1011000 101111

Color Harmonies of #0FE18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE18A

Black with #0FE18A

Text Example


Text Example

White with #0FE18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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