Html Css Color HEX #0FE0AD Caribbean Green

📋 copy color: '#0FE0AD'

red 15 ◦ green 224 ◦ blue 173

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

Shades of Caribbean Green #0FE0AD

Tints of Caribbean Green #0FE0AD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.37%

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 3.64%
G = 54.37%
B = 41.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#0FE0AD (or 0x0FE0AD) is known color: Caribbean Green. HEX triplet: 0F, E0 and AD. RGB value is (15,224,173). Sum of RGB (Red+Green+Blue) = 15+224+173=412 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.64% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE0AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE0AD is #F01F52. Grayscale: #9B9B9B. Windows color (decimal): -15736659 or 11395087. OLE color: 11395087.

HSL color Cylindrical-coordinate representation of color #0FE0AD: hue angle of 165.36º degrees, saturation: 0.87, 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 #0FE0AD is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 224 173 -
CMYK 0.93 0 0.23 0.12
HSL 165.36º 0.87% 0.47% -
HSV(B) 165.36º 0.93% 0.88% -
XYZ 34.4 56.43 48.61 -
YUV 155.7 137.76 27.65 -
System Red Green Blue C M Y K H S L
Decimal 15 224 173 0.93 0 0.23 0.12 165.36 0.87 0.47
Hex F E0 AD 5D 0 17 C A5 57 2F
Octal 17 340 255 135 0 27 14 245 127 57
Binary 1111 11100000 10101101 1011101 0 10111 1100 10100101 1010111 101111

Color Harmonies of #0FE0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE0AD

Black with #0FE0AD

Text Example


Text Example

White with #0FE0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,224,173); }

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

background-color css

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

 a { background-color: rgb(15,224,173); }

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

border-color css

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

 span { border-color: rgb(15,224,173); }

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