Html Css Color HEX #0AE087 Caribbean Green

📋 copy color: '#0AE087'

red 10 ◦ green 224 ◦ blue 135

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

Shades of Caribbean Green #0AE087

Tints of Caribbean Green #0AE087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.59%

R = 2.71%
G = 60.7%
B = 36.59%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#0AE087 (or 0x0AE087) is known color: Caribbean Green. HEX triplet: 0A, E0 and 87. RGB value is (10,224,135). Sum of RGB (Red+Green+Blue) = 10+224+135=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 224 (87.89% from 255 or 60.70% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE087 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE087 is #F51F78. Grayscale: #969696. Windows color (decimal): -16064377 or 8904714. OLE color: 8904714.

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

Color convert

RGB 10 224 135 -
CMYK 0.96 0 0.40 0.12
HSL 155.05º 0.91% 0.46% -
HSV(B) 155.05º 0.96% 0.88% -
XYZ 31.15 55.13 31.92 -
YUV 149.87 119.6 28.24 -
System Red Green Blue C M Y K H S L
Decimal 10 224 135 0.96 0 0.40 0.12 155.05 0.91 0.46
Hex A E0 87 60 0 28 C 9B 5B 2E
Octal 12 340 207 140 0 50 14 233 133 56
Binary 1010 11100000 10000111 1100000 0 101000 1100 10011011 1011011 101110

Color Harmonies of #0AE087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE087

Black with #0AE087

Text Example


Text Example

White with #0AE087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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