Html Css Color HEX #0DB05A Pigment Green

📋 copy color: '#0DB05A'

red 13 ◦ green 176 ◦ blue 90

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

Shades of Pigment Green #0DB05A

Tints of Pigment Green #0DB05A

RGB

 RED value IS 13 (5.47% from 255) = 4.66%

 GREEN value IS 176 (69.14% from 255) = 63.08%

 BLUE value IS 90 (35.55% from 255) = 32.26%

R = 4.66%
G = 63.08%
B = 32.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#0DB05A (or 0x0DB05A) is known color: Pigment Green. HEX triplet: 0D, B0 and 5A. RGB value is (13,176,90). Sum of RGB (Red+Green+Blue) = 13+176+90=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 176 (69.14% from 255 or 63.08% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB05A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB05A is #F24FA5. Grayscale: #757575. Windows color (decimal): -15880102 or 5943309. OLE color: 5943309.

HSL color Cylindrical-coordinate representation of color #0DB05A: hue angle of 148.34º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB05A is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 176 90 -
CMYK 0.93 0 0.49 0.31
HSL 148.34º 0.86% 0.37% -
HSV(B) 148.34º 0.93% 0.69% -
XYZ 17.54 31.87 14.9 -
YUV 117.46 112.5 53.49 -
System Red Green Blue C M Y K H S L
Decimal 13 176 90 0.93 0 0.49 0.31 148.34 0.86 0.37
Hex D B0 5A 5D 0 31 1F 94 56 25
Octal 15 260 132 135 0 61 37 224 126 45
Binary 1101 10110000 1011010 1011101 0 110001 11111 10010100 1010110 100101

Color Harmonies of #0DB05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB05A

Black with #0DB05A

Text Example


Text Example

White with #0DB05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,176,90); }

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

background-color css

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

 a { background-color: rgb(13,176,90); }

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

border-color css

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

 span { border-color: rgb(13,176,90); }

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