Html Css Color HEX #0AE08B Caribbean Green

📋 copy color: '#0AE08B'

red 10 ◦ green 224 ◦ blue 139

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

Shades of Caribbean Green #0AE08B

Tints of Caribbean Green #0AE08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.27%

R = 2.68%
G = 60.05%
B = 37.27%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#0AE08B (or 0x0AE08B) is known color: Caribbean Green. HEX triplet: 0A, E0 and 8B. RGB value is (10,224,139). Sum of RGB (Red+Green+Blue) = 10+224+139=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 224 (87.89% from 255 or 60.05% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE08B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE08B is #F51F74. Grayscale: #969696. Windows color (decimal): -16064373 or 9166858. OLE color: 9166858.

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

Color convert

RGB 10 224 139 -
CMYK 0.96 0 0.38 0.12
HSL 156.17º 0.91% 0.46% -
HSV(B) 156.17º 0.96% 0.88% -
XYZ 31.44 55.24 33.43 -
YUV 150.32 121.6 27.91 -
System Red Green Blue C M Y K H S L
Decimal 10 224 139 0.96 0 0.38 0.12 156.17 0.91 0.46
Hex A E0 8B 60 0 26 C 9C 5B 2E
Octal 12 340 213 140 0 46 14 234 133 56
Binary 1010 11100000 10001011 1100000 0 100110 1100 10011100 1011011 101110

Color Harmonies of #0AE08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE08B

Black with #0AE08B

Text Example


Text Example

White with #0AE08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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