Html Css Color HEX #0AD27D Caribbean Green

📋 copy color: '#0AD27D'

red 10 ◦ green 210 ◦ blue 125

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

Shades of Caribbean Green #0AD27D

Tints of Caribbean Green #0AD27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 2.9%
G = 60.87%
B = 36.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#0AD27D (or 0x0AD27D) is known color: Caribbean Green. HEX triplet: 0A, D2 and 7D. RGB value is (10,210,125). Sum of RGB (Red+Green+Blue) = 10+210+125=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #0AD27D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD27D is #F52D82. Grayscale: #8C8C8C. Windows color (decimal): -16067971 or 8245770. OLE color: 8245770.

HSL color Cylindrical-coordinate representation of color #0AD27D: hue angle of 154.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 #0AD27D is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 10 210 125 -
CMYK 0.95 0 0.40 0.18
HSL 154.5º 0.91% 0.43% -
HSV(B) 154.5º 0.95% 0.82% -
XYZ 26.87 47.64 27.18 -
YUV 140.51 119.24 34.91 -
System Red Green Blue C M Y K H S L
Decimal 10 210 125 0.95 0 0.40 0.18 154.5 0.91 0.43
Hex A D2 7D 5F 0 28 12 9A 5B 2B
Octal 12 322 175 137 0 50 22 232 133 53
Binary 1010 11010010 1111101 1011111 0 101000 10010 10011010 1011011 101011

Color Harmonies of #0AD27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD27D

Black with #0AD27D

Text Example


Text Example

White with #0AD27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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