Html Css Color HEX #01A35A Shamrock Green

📋 copy color: '#01A35A'

red 1 ◦ green 163 ◦ blue 90

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

Shades of Shamrock Green #01A35A

Tints of Shamrock Green #01A35A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 64.17%

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

R = 0.39%
G = 64.17%
B = 35.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#01A35A (or 0x01A35A) is known color: Shamrock Green. HEX triplet: 01, A3 and 5A. RGB value is (1,163,90). Sum of RGB (Red+Green+Blue) = 1+163+90=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 163 (64.06% from 255 or 64.17% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 163 - color contains mainly: green. Hex color #01A35A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A35A is #FE5CA5. Grayscale: #6A6A6A. Windows color (decimal): -16669862 or 5939969. OLE color: 5939969.

HSL color Cylindrical-coordinate representation of color #01A35A: hue angle of 152.96º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A35A is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 163 90 -
CMYK 0.99 0 0.45 0.36
HSL 152.96º 0.99% 0.32% -
HSV(B) 152.96º 0.99% 0.64% -
XYZ 14.96 26.94 14.08 -
YUV 106.24 118.83 52.94 -
System Red Green Blue C M Y K H S L
Decimal 1 163 90 0.99 0 0.45 0.36 152.96 0.99 0.32
Hex 1 A3 5A 63 0 2D 24 99 63 20
Octal 1 243 132 143 0 55 44 231 143 40
Binary 1 10100011 1011010 1100011 0 101101 100100 10011001 1100011 100000

Color Harmonies of #01A35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A35A

Black with #01A35A

Text Example


Text Example

White with #01A35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01A35A; }

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

 H1.HeaderClassName
 {
   color: #01A35A;
 }
 .AnyTagClassName
 {
   color: #01A35A;
 }
</style>

background-color css

<style>
 a { background-color: #01A35A; }

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

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

border-color css

<style>
 span { border-color: #01A35A; }

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

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