Html Css Color HEX #0AE092 Caribbean Green

📋 copy color: '#0AE092'

red 10 ◦ green 224 ◦ blue 146

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

Shades of Caribbean Green #0AE092

Tints of Caribbean Green #0AE092

RGB

 RED value IS 10 (4.3% from 255) = 2.63%

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

 BLUE value IS 146 (57.42% from 255) = 38.42%

R = 2.63%
G = 58.95%
B = 38.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#0AE092 (or 0x0AE092) is known color: Caribbean Green. HEX triplet: 0A, E0 and 92. RGB value is (10,224,146). Sum of RGB (Red+Green+Blue) = 10+224+146=380 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.63% from 380); Green value is 224 (87.89% from 255 or 58.95% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE092 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE092 is #F51F6D. Grayscale: #979797. Windows color (decimal): -16064366 or 9625610. OLE color: 9625610.

HSL color Cylindrical-coordinate representation of color #0AE092: hue angle of 158.13º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE092 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 224 146 -
CMYK 0.96 0 0.35 0.12
HSL 158.13º 0.91% 0.46% -
HSV(B) 158.13º 0.96% 0.88% -
XYZ 31.97 55.45 36.21 -
YUV 151.12 125.1 27.34 -
System Red Green Blue C M Y K H S L
Decimal 10 224 146 0.96 0 0.35 0.12 158.13 0.91 0.46
Hex A E0 92 60 0 23 C 9E 5B 2E
Octal 12 340 222 140 0 43 14 236 133 56
Binary 1010 11100000 10010010 1100000 0 100011 1100 10011110 1011011 101110

Color Harmonies of #0AE092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE092

Black with #0AE092

Text Example


Text Example

White with #0AE092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,224,146); }

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

background-color css

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

 a { background-color: rgb(10,224,146); }

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

border-color css

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

 span { border-color: rgb(10,224,146); }

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