Html Css Color HEX #0AD68C Caribbean Green

📋 copy color: '#0AD68C'

red 10 ◦ green 214 ◦ blue 140

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

Shades of Caribbean Green #0AD68C

Tints of Caribbean Green #0AD68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.79%

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 2.75%
G = 58.79%
B = 38.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#0AD68C (or 0x0AD68C) is known color: Caribbean Green. HEX triplet: 0A, D6 and 8C. RGB value is (10,214,140). Sum of RGB (Red+Green+Blue) = 10+214+140=364 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 364); Green value is 214 (83.98% from 255 or 58.79% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD68C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD68C is #F52973. Grayscale: #909090. Windows color (decimal): -16066932 or 9229834. OLE color: 9229834.

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

Color convert

RGB 10 214 140 -
CMYK 0.95 0 0.35 0.16
HSL 158.24º 0.91% 0.44% -
HSV(B) 158.24º 0.95% 0.84% -
XYZ 28.91 50.05 32.95 -
YUV 144.57 125.41 32.02 -
System Red Green Blue C M Y K H S L
Decimal 10 214 140 0.95 0 0.35 0.16 158.24 0.91 0.44
Hex A D6 8C 5F 0 23 10 9E 5B 2C
Octal 12 326 214 137 0 43 20 236 133 54
Binary 1010 11010110 10001100 1011111 0 100011 10000 10011110 1011011 101100

Color Harmonies of #0AD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD68C

Black with #0AD68C

Text Example


Text Example

White with #0AD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,214,140); }

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

background-color css

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

 a { background-color: rgb(10,214,140); }

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

border-color css

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

 span { border-color: rgb(10,214,140); }

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