Html Css Color HEX #0AD29B Caribbean Green

📋 copy color: '#0AD29B'

red 10 ◦ green 210 ◦ blue 155

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

Shades of Caribbean Green #0AD29B

Tints of Caribbean Green #0AD29B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56%

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 2.67%
G = 56%
B = 41.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#0AD29B (or 0x0AD29B) is known color: Caribbean Green. HEX triplet: 0A, D2 and 9B. RGB value is (10,210,155). Sum of RGB (Red+Green+Blue) = 10+210+155=375 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #0AD29B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD29B is #F52D64. Grayscale: #8F8F8F. Windows color (decimal): -16067941 or 10211850. OLE color: 10211850.

HSL color Cylindrical-coordinate representation of color #0AD29B: hue angle of 163.5º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD29B is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 10 210 155 -
CMYK 0.95 0 0.26 0.18
HSL 163.5º 0.91% 0.43% -
HSV(B) 163.5º 0.95% 0.82% -
XYZ 29.09 48.52 38.84 -
YUV 143.93 134.24 32.47 -
System Red Green Blue C M Y K H S L
Decimal 10 210 155 0.95 0 0.26 0.18 163.5 0.91 0.43
Hex A D2 9B 5F 0 1A 12 A4 5B 2B
Octal 12 322 233 137 0 32 22 244 133 53
Binary 1010 11010010 10011011 1011111 0 11010 10010 10100100 1011011 101011

Color Harmonies of #0AD29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD29B

Black with #0AD29B

Text Example


Text Example

White with #0AD29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,210,155); }

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

background-color css

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

 a { background-color: rgb(10,210,155); }

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

border-color css

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

 span { border-color: rgb(10,210,155); }

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