Html Css Color HEX #0AD583 Caribbean Green

📋 copy color: '#0AD583'

red 10 ◦ green 213 ◦ blue 131

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

Shades of Caribbean Green #0AD583

Tints of Caribbean Green #0AD583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.01%

R = 2.82%
G = 60.17%
B = 37.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#0AD583 (or 0x0AD583) is known color: Caribbean Green. HEX triplet: 0A, D5 and 83. RGB value is (10,213,131). Sum of RGB (Red+Green+Blue) = 10+213+131=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD583 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD583 is #F52A7C. Grayscale: #8F8F8F. Windows color (decimal): -16067197 or 8639754. OLE color: 8639754.

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

Color convert

RGB 10 213 131 -
CMYK 0.95 0 0.38 0.16
HSL 155.76º 0.91% 0.44% -
HSV(B) 155.76º 0.95% 0.84% -
XYZ 28.02 49.29 29.51 -
YUV 142.96 121.25 33.17 -
System Red Green Blue C M Y K H S L
Decimal 10 213 131 0.95 0 0.38 0.16 155.76 0.91 0.44
Hex A D5 83 5F 0 26 10 9C 5B 2C
Octal 12 325 203 137 0 46 20 234 133 54
Binary 1010 11010101 10000011 1011111 0 100110 10000 10011100 1011011 101100

Color Harmonies of #0AD583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD583

Black with #0AD583

Text Example


Text Example

White with #0AD583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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