Html Css Color HEX #02D092 Caribbean Green

📋 copy color: '#02D092'

red 2 ◦ green 208 ◦ blue 146

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

Shades of Caribbean Green #02D092

Tints of Caribbean Green #02D092

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.43%

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 0.56%
G = 58.43%
B = 41.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#02D092 (or 0x02D092) is known color: Caribbean Green. HEX triplet: 02, D0 and 92. RGB value is (2,208,146). Sum of RGB (Red+Green+Blue) = 2+208+146=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #02D092 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D092 is #FD2F6D. Grayscale: #8B8B8B. Windows color (decimal): -16592750 or 9621506. OLE color: 9621506.

HSL color Cylindrical-coordinate representation of color #02D092: hue angle of 161.94º 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 #02D092 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 208 146 -
CMYK 0.99 0 0.30 0.18
HSL 161.94º 0.98% 0.41% -
HSV(B) 161.94º 0.99% 0.82% -
XYZ 27.77 47.2 34.84 -
YUV 139.34 131.75 30.04 -
System Red Green Blue C M Y K H S L
Decimal 2 208 146 0.99 0 0.30 0.18 161.94 0.98 0.41
Hex 2 D0 92 63 0 1E 12 A2 62 29
Octal 2 320 222 143 0 36 22 242 142 51
Binary 10 11010000 10010010 1100011 0 11110 10010 10100010 1100010 101001

Color Harmonies of #02D092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D092

Black with #02D092

Text Example


Text Example

White with #02D092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,208,146); }

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

background-color css

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

 a { background-color: rgb(2,208,146); }

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

border-color css

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

 span { border-color: rgb(2,208,146); }

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