Html Css Color HEX #0ADE92 Caribbean Green

📋 copy color: '#0ADE92'

red 10 ◦ green 222 ◦ blue 146

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

Shades of Caribbean Green #0ADE92

Tints of Caribbean Green #0ADE92

RGB

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

 GREEN value IS 222 (87.11% from 255) = 58.73%

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 2.65%
G = 58.73%
B = 38.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#0ADE92 (or 0x0ADE92) is known color: Caribbean Green. HEX triplet: 0A, DE and 92. RGB value is (10,222,146). Sum of RGB (Red+Green+Blue) = 10+222+146=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 222 (87.11% from 255 or 58.73% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADE92 is #F5216D. Grayscale: #969696. Windows color (decimal): -16064878 or 9625098. OLE color: 9625098.

HSL color Cylindrical-coordinate representation of color #0ADE92: hue angle of 158.49º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADE92 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 222 146 -
CMYK 0.95 0 0.34 0.13
HSL 158.49º 0.91% 0.45% -
HSV(B) 158.49º 0.95% 0.87% -
XYZ 31.43 54.38 36.03 -
YUV 149.95 125.76 28.18 -
System Red Green Blue C M Y K H S L
Decimal 10 222 146 0.95 0 0.34 0.13 158.49 0.91 0.45
Hex A DE 92 5F 0 22 D 9E 5B 2D
Octal 12 336 222 137 0 42 15 236 133 55
Binary 1010 11011110 10010010 1011111 0 100010 1101 10011110 1011011 101101

Color Harmonies of #0ADE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADE92

Black with #0ADE92

Text Example


Text Example

White with #0ADE92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,222,146); }

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

background-color css

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

 a { background-color: rgb(10,222,146); }

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

border-color css

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

 span { border-color: rgb(10,222,146); }

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