Html Css Color HEX #02D17A Caribbean Green

📋 copy color: '#02D17A'

red 2 ◦ green 209 ◦ blue 122

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

Shades of Caribbean Green #02D17A

Tints of Caribbean Green #02D17A

RGB

 RED value IS 2 (1.17% from 255) = 0.6%

 GREEN value IS 209 (82.03% from 255) = 62.76%

 BLUE value IS 122 (48.05% from 255) = 36.64%

R = 0.6%
G = 62.76%
B = 36.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#02D17A (or 0x02D17A) is known color: Caribbean Green. HEX triplet: 02, D1 and 7A. RGB value is (2,209,122). Sum of RGB (Red+Green+Blue) = 2+209+122=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 209 (82.03% from 255 or 62.76% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 209 - color contains mainly: green. Hex color #02D17A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D17A is #FD2E85. Grayscale: #898989. Windows color (decimal): -16592518 or 8048898. OLE color: 8048898.

HSL color Cylindrical-coordinate representation of color #02D17A: hue angle of 154.78º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D17A is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 209 122 -
CMYK 0.99 0 0.42 0.18
HSL 154.78º 0.98% 0.41% -
HSV(B) 154.78º 0.99% 0.82% -
XYZ 26.34 47.02 26.1 -
YUV 137.19 119.42 31.57 -
System Red Green Blue C M Y K H S L
Decimal 2 209 122 0.99 0 0.42 0.18 154.78 0.98 0.41
Hex 2 D1 7A 63 0 2A 12 9B 62 29
Octal 2 321 172 143 0 52 22 233 142 51
Binary 10 11010001 1111010 1100011 0 101010 10010 10011011 1100010 101001

Color Harmonies of #02D17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D17A

Black with #02D17A

Text Example


Text Example

White with #02D17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02D17A; }

 p { color: rgb(2,209,122); }

 H1.HeaderClassName
 {
   color: #02D17A;
 }
 .AnyTagClassName
 {
   color: #02D17A;
 }
</style>

background-color css

<style>
 a { background-color: #02D17A; }

 a { background-color: rgb(2,209,122); }

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

border-color css

<style>
 span { border-color: #02D17A; }

 span { border-color: rgb(2,209,122); }

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