Html Css Color HEX #0AE190 Caribbean Green

📋 copy color: '#0AE190'

red 10 ◦ green 225 ◦ blue 144

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

Shades of Caribbean Green #0AE190

Tints of Caribbean Green #0AE190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.99%

R = 2.64%
G = 59.37%
B = 37.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#0AE190 (or 0x0AE190) is known color: Caribbean Green. HEX triplet: 0A, E1 and 90. RGB value is (10,225,144). Sum of RGB (Red+Green+Blue) = 10+225+144=379 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.64% from 379); Green value is 225 (88.28% from 255 or 59.37% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 225 - color contains mainly: green. Hex color #0AE190 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE190 is #F51E6F. Grayscale: #979797. Windows color (decimal): -16064112 or 9494794. OLE color: 9494794.

HSL color Cylindrical-coordinate representation of color #0AE190: hue angle of 157.4º 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 #0AE190 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 225 144 -
CMYK 0.96 0 0.36 0.12
HSL 157.4º 0.91% 0.46% -
HSV(B) 157.4º 0.96% 0.88% -
XYZ 32.08 55.93 35.49 -
YUV 151.48 123.77 27.09 -
System Red Green Blue C M Y K H S L
Decimal 10 225 144 0.96 0 0.36 0.12 157.4 0.91 0.46
Hex A E1 90 60 0 24 C 9D 5B 2E
Octal 12 341 220 140 0 44 14 235 133 56
Binary 1010 11100001 10010000 1100000 0 100100 1100 10011101 1011011 101110

Color Harmonies of #0AE190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE190

Black with #0AE190

Text Example


Text Example

White with #0AE190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,225,144); }

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

background-color css

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

 a { background-color: rgb(10,225,144); }

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

border-color css

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

 span { border-color: rgb(10,225,144); }

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