Html Css Color HEX #00A54E Pigment Green

📋 copy color: '#00A54E'

red 0 ◦ green 165 ◦ blue 78

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

Shades of Pigment Green #00A54E

Tints of Pigment Green #00A54E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 165 (64.84% from 255) = 67.9%

 BLUE value IS 78 (30.86% from 255) = 32.1%

R = 0%
G = 67.9%
B = 32.1%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#00A54E (or 0x00A54E) is known color: Pigment Green. HEX triplet: 00, A5 and 4E. RGB value is (0,165,78). Sum of RGB (Red+Green+Blue) = 0+165+78=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 165 (64.84% from 255 or 67.90% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 165 - color contains mainly: green. Hex color #00A54E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A54E is #FF5AB1. Grayscale: #696969. Windows color (decimal): -16734898 or 5154048. OLE color: 5154048.

HSL color Cylindrical-coordinate representation of color #00A54E: hue angle of 148.36º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A54E is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 0 165 78 -
CMYK 1 0 0.53 0.35
HSL 148.36º 1% 0.32% -
HSV(B) 148.36º 1% 0.65% -
XYZ 14.83 27.46 11.73 -
YUV 105.75 112.34 52.57 -
System Red Green Blue C M Y K H S L
Decimal 0 165 78 1 0 0.53 0.35 148.36 1 0.32
Hex 0 A5 4E 64 0 35 23 94 64 20
Octal 0 245 116 144 0 65 43 224 144 40
Binary 0 10100101 1001110 1100100 0 110101 100011 10010100 1100100 100000

Color Harmonies of #00A54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A54E

Black with #00A54E

Text Example


Text Example

White with #00A54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A54E; }

 p { color: rgb(0,165,78); }

 H1.HeaderClassName
 {
   color: #00A54E;
 }
 .AnyTagClassName
 {
   color: #00A54E;
 }
</style>

background-color css

<style>
 a { background-color: #00A54E; }

 a { background-color: rgb(0,165,78); }

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

border-color css

<style>
 span { border-color: #00A54E; }

 span { border-color: rgb(0,165,78); }

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