Html Css Color HEX #0DA25C Shamrock Green

📋 copy color: '#0DA25C'

red 13 ◦ green 162 ◦ blue 92

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

Shades of Shamrock Green #0DA25C

Tints of Shamrock Green #0DA25C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 60.67%

 BLUE value IS 92 (36.33% from 255) = 34.46%

R = 4.87%
G = 60.67%
B = 34.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#0DA25C (or 0x0DA25C) is known color: Shamrock Green. HEX triplet: 0D, A2 and 5C. RGB value is (13,162,92). Sum of RGB (Red+Green+Blue) = 13+162+92=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA25C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA25C is #F25DA3. Grayscale: #6D6D6D. Windows color (decimal): -15883684 or 6070797. OLE color: 6070797.

HSL color Cylindrical-coordinate representation of color #0DA25C: hue angle of 151.81º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA25C is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 13 162 92 -
CMYK 0.92 0 0.43 0.36
HSL 151.81º 0.85% 0.34% -
HSV(B) 151.81º 0.92% 0.64% -
XYZ 15.02 26.7 14.49 -
YUV 109.47 118.14 59.19 -
System Red Green Blue C M Y K H S L
Decimal 13 162 92 0.92 0 0.43 0.36 151.81 0.85 0.34
Hex D A2 5C 5C 0 2B 24 98 55 22
Octal 15 242 134 134 0 53 44 230 125 42
Binary 1101 10100010 1011100 1011100 0 101011 100100 10011000 1010101 100010

Color Harmonies of #0DA25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA25C

Black with #0DA25C

Text Example


Text Example

White with #0DA25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,162,92); }

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

background-color css

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

 a { background-color: rgb(13,162,92); }

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

border-color css

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

 span { border-color: rgb(13,162,92); }

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