Html Css Color HEX #0ADC82 Caribbean Green

📋 copy color: '#0ADC82'

red 10 ◦ green 220 ◦ blue 130

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

Shades of Caribbean Green #0ADC82

Tints of Caribbean Green #0ADC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.11%

R = 2.78%
G = 61.11%
B = 36.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#0ADC82 (or 0x0ADC82) is known color: Caribbean Green. HEX triplet: 0A, DC and 82. RGB value is (10,220,130). Sum of RGB (Red+Green+Blue) = 10+220+130=360 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.78% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADC82 is #F5237D. Grayscale: #939393. Windows color (decimal): -16065406 or 8576010. OLE color: 8576010.

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

Color convert

RGB 10 220 130 -
CMYK 0.95 0 0.41 0.14
HSL 154.29º 0.91% 0.45% -
HSV(B) 154.29º 0.95% 0.86% -
XYZ 29.75 52.86 29.75 -
YUV 146.95 118.43 30.32 -
System Red Green Blue C M Y K H S L
Decimal 10 220 130 0.95 0 0.41 0.14 154.29 0.91 0.45
Hex A DC 82 5F 0 29 E 9A 5B 2D
Octal 12 334 202 137 0 51 16 232 133 55
Binary 1010 11011100 10000010 1011111 0 101001 1110 10011010 1011011 101101

Color Harmonies of #0ADC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADC82

Black with #0ADC82

Text Example


Text Example

White with #0ADC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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