Html Css Color HEX #0AE090 Caribbean Green

📋 copy color: '#0AE090'

red 10 ◦ green 224 ◦ blue 144

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

Shades of Caribbean Green #0AE090

Tints of Caribbean Green #0AE090

RGB

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

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

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

R = 2.65%
G = 59.26%
B = 38.1%

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

#0AE090 (or 0x0AE090) is known color: Caribbean Green. HEX triplet: 0A, E0 and 90. RGB value is (10,224,144). Sum of RGB (Red+Green+Blue) = 10+224+144=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE090 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE090 is #F51F6F. Grayscale: #979797. Windows color (decimal): -16064368 or 9494538. OLE color: 9494538.

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

Color convert

RGB 10 224 144 -
CMYK 0.96 0 0.36 0.12
HSL 157.57º 0.91% 0.46% -
HSV(B) 157.57º 0.96% 0.88% -
XYZ 31.81 55.39 35.4 -
YUV 150.89 124.1 27.5 -
System Red Green Blue C M Y K H S L
Decimal 10 224 144 0.96 0 0.36 0.12 157.57 0.91 0.46
Hex A E0 90 60 0 24 C 9E 5B 2E
Octal 12 340 220 140 0 44 14 236 133 56
Binary 1010 11100000 10010000 1100000 0 100100 1100 10011110 1011011 101110

Color Harmonies of #0AE090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE090

Black with #0AE090

Text Example


Text Example

White with #0AE090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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