Html Css Color HEX #0ADC83 Caribbean Green

📋 copy color: '#0ADC83'

red 10 ◦ green 220 ◦ blue 131

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

Shades of Caribbean Green #0ADC83

Tints of Caribbean Green #0ADC83

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.94%

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

R = 2.77%
G = 60.94%
B = 36.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#0ADC83 (or 0x0ADC83) is known color: Caribbean Green. HEX triplet: 0A, DC and 83. RGB value is (10,220,131). Sum of RGB (Red+Green+Blue) = 10+220+131=361 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.77% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADC83 is #F5237C. Grayscale: #939393. Windows color (decimal): -16065405 or 8641546. OLE color: 8641546.

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

Color convert

RGB 10 220 131 -
CMYK 0.95 0 0.40 0.14
HSL 154.57º 0.91% 0.45% -
HSV(B) 154.57º 0.95% 0.86% -
XYZ 29.82 52.89 30.11 -
YUV 147.06 118.93 30.24 -
System Red Green Blue C M Y K H S L
Decimal 10 220 131 0.95 0 0.40 0.14 154.57 0.91 0.45
Hex A DC 83 5F 0 28 E 9B 5B 2D
Octal 12 334 203 137 0 50 16 233 133 55
Binary 1010 11011100 10000011 1011111 0 101000 1110 10011011 1011011 101101

Color Harmonies of #0ADC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADC83

Black with #0ADC83

Text Example


Text Example

White with #0ADC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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