Html Css Color HEX #10A33C Pigment Green

📋 copy color: '#10A33C'

red 16 ◦ green 163 ◦ blue 60

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

Shades of Pigment Green #10A33C

Tints of Pigment Green #10A33C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.1%

R = 6.69%
G = 68.2%
B = 25.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#10A33C (or 0x10A33C) is known color: Pigment Green. HEX triplet: 10, A3 and 3C. RGB value is (16,163,60). Sum of RGB (Red+Green+Blue) = 16+163+60=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 163 (64.06% from 255 or 68.20% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 163 - color contains mainly: green. Hex color #10A33C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A33C is #EF5CC3. Grayscale: #6B6B6B. Windows color (decimal): -15686852 or 3973904. OLE color: 3973904.

HSL color Cylindrical-coordinate representation of color #10A33C: hue angle of 137.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 #10A33C is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 163 60 -
CMYK 0.90 0 0.63 0.36
HSL 137.96º 0.82% 0.35% -
HSV(B) 137.96º 0.9% 0.64% -
XYZ 14.13 26.63 8.67 -
YUV 107.31 101.3 62.88 -
System Red Green Blue C M Y K H S L
Decimal 16 163 60 0.90 0 0.63 0.36 137.96 0.82 0.35
Hex 10 A3 3C 5A 0 3F 24 8A 52 23
Octal 20 243 74 132 0 77 44 212 122 43
Binary 10000 10100011 111100 1011010 0 111111 100100 10001010 1010010 100011

Color Harmonies of #10A33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A33C

Black with #10A33C

Text Example


Text Example

White with #10A33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,163,60); }

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

background-color css

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

 a { background-color: rgb(16,163,60); }

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

border-color css

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

 span { border-color: rgb(16,163,60); }

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