Html Css Color HEX #0AD592 Caribbean Green

📋 copy color: '#0AD592'

red 10 ◦ green 213 ◦ blue 146

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

Shades of Caribbean Green #0AD592

Tints of Caribbean Green #0AD592

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.72%

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

R = 2.71%
G = 57.72%
B = 39.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#0AD592 (or 0x0AD592) is known color: Caribbean Green. HEX triplet: 0A, D5 and 92. RGB value is (10,213,146). Sum of RGB (Red+Green+Blue) = 10+213+146=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD592 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD592 is #F52A6D. Grayscale: #909090. Windows color (decimal): -16067182 or 9622794. OLE color: 9622794.

HSL color Cylindrical-coordinate representation of color #0AD592: hue angle of 160.2º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD592 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 213 146 -
CMYK 0.95 0 0.31 0.16
HSL 160.2º 0.91% 0.44% -
HSV(B) 160.2º 0.95% 0.84% -
XYZ 29.11 49.73 35.26 -
YUV 144.67 128.75 31.95 -
System Red Green Blue C M Y K H S L
Decimal 10 213 146 0.95 0 0.31 0.16 160.2 0.91 0.44
Hex A D5 92 5F 0 1F 10 A0 5B 2C
Octal 12 325 222 137 0 37 20 240 133 54
Binary 1010 11010101 10010010 1011111 0 11111 10000 10100000 1011011 101100

Color Harmonies of #0AD592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD592

Black with #0AD592

Text Example


Text Example

White with #0AD592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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