Html Css Color HEX #10A243 Pigment Green

📋 copy color: '#10A243'

red 16 ◦ green 162 ◦ blue 67

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

Shades of Pigment Green #10A243

Tints of Pigment Green #10A243

RGB

 RED value IS 16 (6.64% from 255) = 6.53%

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

 BLUE value IS 67 (26.56% from 255) = 27.35%

R = 6.53%
G = 66.12%
B = 27.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#10A243 (or 0x10A243) is known color: Pigment Green. HEX triplet: 10, A2 and 43. RGB value is (16,162,67). Sum of RGB (Red+Green+Blue) = 16+162+67=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 162 (63.67% from 255 or 66.12% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 162 - color contains mainly: green. Hex color #10A243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A243 is #EF5DBC. Grayscale: #6B6B6B. Windows color (decimal): -15687101 or 4432400. OLE color: 4432400.

HSL color Cylindrical-coordinate representation of color #10A243: hue angle of 140.96º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A243 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 162 67 -
CMYK 0.90 0 0.59 0.36
HSL 140.96º 0.82% 0.35% -
HSV(B) 140.96º 0.9% 0.64% -
XYZ 14.15 26.36 9.65 -
YUV 107.52 105.13 62.72 -
System Red Green Blue C M Y K H S L
Decimal 16 162 67 0.90 0 0.59 0.36 140.96 0.82 0.35
Hex 10 A2 43 5A 0 3B 24 8D 52 23
Octal 20 242 103 132 0 73 44 215 122 43
Binary 10000 10100010 1000011 1011010 0 111011 100100 10001101 1010010 100011

Color Harmonies of #10A243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A243

Black with #10A243

Text Example


Text Example

White with #10A243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10A243; }

 p { color: rgb(16,162,67); }

 H1.HeaderClassName
 {
   color: #10A243;
 }
 .AnyTagClassName
 {
   color: #10A243;
 }
</style>

background-color css

<style>
 a { background-color: #10A243; }

 a { background-color: rgb(16,162,67); }

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

border-color css

<style>
 span { border-color: #10A243; }

 span { border-color: rgb(16,162,67); }

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