Html Css Color HEX #0ADE82 Caribbean Green

📋 copy color: '#0ADE82'

red 10 ◦ green 222 ◦ blue 130

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

Shades of Caribbean Green #0ADE82

Tints of Caribbean Green #0ADE82

RGB

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

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

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

R = 2.76%
G = 61.33%
B = 35.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#0ADE82 (or 0x0ADE82) is known color: Caribbean Green. HEX triplet: 0A, DE and 82. RGB value is (10,222,130). Sum of RGB (Red+Green+Blue) = 10+222+130=362 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.76% from 362); Green value is 222 (87.11% from 255 or 61.33% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADE82 is #F5217D. Grayscale: #949494. Windows color (decimal): -16064894 or 8576522. OLE color: 8576522.

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

Color convert

RGB 10 222 130 -
CMYK 0.95 0 0.41 0.13
HSL 153.96º 0.91% 0.45% -
HSV(B) 153.96º 0.95% 0.87% -
XYZ 30.28 53.92 29.93 -
YUV 148.12 117.76 29.48 -
System Red Green Blue C M Y K H S L
Decimal 10 222 130 0.95 0 0.41 0.13 153.96 0.91 0.45
Hex A DE 82 5F 0 29 D 9A 5B 2D
Octal 12 336 202 137 0 51 15 232 133 55
Binary 1010 11011110 10000010 1011111 0 101001 1101 10011010 1011011 101101

Color Harmonies of #0ADE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADE82

Black with #0ADE82

Text Example


Text Example

White with #0ADE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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