Html Css Color HEX #0AE09B Caribbean Green

📋 copy color: '#0AE09B'

red 10 ◦ green 224 ◦ blue 155

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

Shades of Caribbean Green #0AE09B

Tints of Caribbean Green #0AE09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 2.57%
G = 57.58%
B = 39.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#0AE09B (or 0x0AE09B) is known color: Caribbean Green. HEX triplet: 0A, E0 and 9B. RGB value is (10,224,155). Sum of RGB (Red+Green+Blue) = 10+224+155=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 224 (87.89% from 255 or 57.58% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE09B is #F51F64. Grayscale: #989898. Windows color (decimal): -16064357 or 10215434. OLE color: 10215434.

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

Color convert

RGB 10 224 155 -
CMYK 0.96 0 0.31 0.12
HSL 160.65º 0.91% 0.46% -
HSV(B) 160.65º 0.96% 0.88% -
XYZ 32.7 55.74 40.05 -
YUV 152.15 129.6 26.61 -
System Red Green Blue C M Y K H S L
Decimal 10 224 155 0.96 0 0.31 0.12 160.65 0.91 0.46
Hex A E0 9B 60 0 1F C A1 5B 2E
Octal 12 340 233 140 0 37 14 241 133 56
Binary 1010 11100000 10011011 1100000 0 11111 1100 10100001 1011011 101110

Color Harmonies of #0AE09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE09B

Black with #0AE09B

Text Example


Text Example

White with #0AE09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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