Html Css Color HEX #1ACB3A Dark Pastel Green

📋 copy color: '#1ACB3A'

red 26 ◦ green 203 ◦ blue 58

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

Shades of Dark Pastel Green #1ACB3A

Tints of Dark Pastel Green #1ACB3A

RGB

 RED value IS 26 (10.55% from 255) = 9.06%

 GREEN value IS 203 (79.69% from 255) = 70.73%

 BLUE value IS 58 (23.05% from 255) = 20.21%

R = 9.06%
G = 70.73%
B = 20.21%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#1ACB3A (or 0x1ACB3A) is known color: Dark Pastel Green. HEX triplet: 1A, CB and 3A. RGB value is (26,203,58). Sum of RGB (Red+Green+Blue) = 26+203+58=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 203 (79.69% from 255 or 70.73% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACB3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACB3A is #E534C5. Grayscale: #858585. Windows color (decimal): -15021254 or 3853082. OLE color: 3853082.

HSL color Cylindrical-coordinate representation of color #1ACB3A: hue angle of 130.85º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACB3A is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 26 203 58 -
CMYK 0.87 0 0.71 0.20
HSL 130.85º 0.77% 0.45% -
HSV(B) 130.85º 0.87% 0.8% -
XYZ 22.55 43.24 11.16 -
YUV 133.55 85.36 51.29 -
System Red Green Blue C M Y K H S L
Decimal 26 203 58 0.87 0 0.71 0.20 130.85 0.77 0.45
Hex 1A CB 3A 57 0 47 14 83 4D 2D
Octal 32 313 72 127 0 107 24 203 115 55
Binary 11010 11001011 111010 1010111 0 1000111 10100 10000011 1001101 101101

Color Harmonies of #1ACB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACB3A

Black with #1ACB3A

Text Example


Text Example

White with #1ACB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ACB3A; }

 p { color: rgb(26,203,58); }

 H1.HeaderClassName
 {
   color: #1ACB3A;
 }
 .AnyTagClassName
 {
   color: #1ACB3A;
 }
</style>

background-color css

<style>
 a { background-color: #1ACB3A; }

 a { background-color: rgb(26,203,58); }

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

border-color css

<style>
 span { border-color: #1ACB3A; }

 span { border-color: rgb(26,203,58); }

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