Html Css Color HEX #00D286 Caribbean Green

📋 copy color: '#00D286'

red 0 ◦ green 210 ◦ blue 134

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

Shades of Caribbean Green #00D286

Tints of Caribbean Green #00D286

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 134 (52.73% from 255) = 38.95%

R = 0%
G = 61.05%
B = 38.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#00D286 (or 0x00D286) is known color: Caribbean Green. HEX triplet: 00, D2 and 86. RGB value is (0,210,134). Sum of RGB (Red+Green+Blue) = 0+210+134=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 210 (82.42% from 255 or 61.05% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 210 - color contains mainly: green. Hex color #00D286 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D286 is #FF2D79. Grayscale: #8A8A8A. Windows color (decimal): -16723322 or 8835584. OLE color: 8835584.

HSL color Cylindrical-coordinate representation of color #00D286: hue angle of 158.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D286 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 210 134 -
CMYK 1 0 0.36 0.18
HSL 158.29º 1% 0.41% -
HSV(B) 158.29º 1% 0.82% -
XYZ 27.35 47.81 30.34 -
YUV 138.55 125.43 29.18 -
System Red Green Blue C M Y K H S L
Decimal 0 210 134 1 0 0.36 0.18 158.29 1 0.41
Hex 0 D2 86 64 0 24 12 9E 64 29
Octal 0 322 206 144 0 44 22 236 144 51
Binary 0 11010010 10000110 1100100 0 100100 10010 10011110 1100100 101001

Color Harmonies of #00D286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D286

Black with #00D286

Text Example


Text Example

White with #00D286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00D286; }

 p { color: rgb(0,210,134); }

 H1.HeaderClassName
 {
   color: #00D286;
 }
 .AnyTagClassName
 {
   color: #00D286;
 }
</style>

background-color css

<style>
 a { background-color: #00D286; }

 a { background-color: rgb(0,210,134); }

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

border-color css

<style>
 span { border-color: #00D286; }

 span { border-color: rgb(0,210,134); }

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