Html Css Color HEX #01925A Shamrock Green

📋 copy color: '#01925A'

red 1 ◦ green 146 ◦ blue 90

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

Shades of Shamrock Green #01925A

Tints of Shamrock Green #01925A

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

 GREEN value IS 146 (57.42% from 255) = 61.6%

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

R = 0.42%
G = 61.6%
B = 37.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#01925A (or 0x01925A) is known color: Shamrock Green. HEX triplet: 01, 92 and 5A. RGB value is (1,146,90). Sum of RGB (Red+Green+Blue) = 1+146+90=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 146 (57.42% from 255 or 61.60% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 146 - color contains mainly: green. Hex color #01925A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01925A is #FE6DA5. Grayscale: #606060. Windows color (decimal): -16674214 or 5935617. OLE color: 5935617.

HSL color Cylindrical-coordinate representation of color #01925A: hue angle of 156.83º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01925A is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 146 90 -
CMYK 0.99 0 0.38 0.43
HSL 156.83º 0.99% 0.29% -
HSV(B) 156.83º 0.99% 0.57% -
XYZ 12.14 21.3 13.14 -
YUV 96.26 124.46 60.05 -
System Red Green Blue C M Y K H S L
Decimal 1 146 90 0.99 0 0.38 0.43 156.83 0.99 0.29
Hex 1 92 5A 63 0 26 2B 9D 63 1D
Octal 1 222 132 143 0 46 53 235 143 35
Binary 1 10010010 1011010 1100011 0 100110 101011 10011101 1100011 11101

Color Harmonies of #01925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01925A

Black with #01925A

Text Example


Text Example

White with #01925A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01925A; }

 p { color: rgb(1,146,90); }

 H1.HeaderClassName
 {
   color: #01925A;
 }
 .AnyTagClassName
 {
   color: #01925A;
 }
</style>

background-color css

<style>
 a { background-color: #01925A; }

 a { background-color: rgb(1,146,90); }

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

border-color css

<style>
 span { border-color: #01925A; }

 span { border-color: rgb(1,146,90); }

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