Html Css Color HEX #1A965A Sea Green

📋 copy color: '#1A965A'

red 26 ◦ green 150 ◦ blue 90

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

Shades of Sea Green #1A965A

Tints of Sea Green #1A965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 56.39%

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

R = 9.77%
G = 56.39%
B = 33.83%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#1A965A (or 0x1A965A) is known color: Sea Green. HEX triplet: 1A, 96 and 5A. RGB value is (26,150,90). Sum of RGB (Red+Green+Blue) = 26+150+90=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 150 (58.98% from 255 or 56.39% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 150 - color contains mainly: green. Hex color #1A965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A965A is #E569A5. Grayscale: #6A6A6A. Windows color (decimal): -15034790 or 5936666. OLE color: 5936666.

HSL color Cylindrical-coordinate representation of color #1A965A: hue angle of 150.97º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A965A is Cyan = 0.83, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 26 150 90 -
CMYK 0.83 0 0.4 0.41
HSL 150.97º 0.7% 0.35% -
HSV(B) 150.97º 0.83% 0.59% -
XYZ 13.18 22.77 13.37 -
YUV 106.08 118.92 70.88 -
System Red Green Blue C M Y K H S L
Decimal 26 150 90 0.83 0 0.4 0.41 150.97 0.7 0.35
Hex 1A 96 5A 53 0 28 29 97 46 23
Octal 32 226 132 123 0 50 51 227 106 43
Binary 11010 10010110 1011010 1010011 0 101000 101001 10010111 1000110 100011

Color Harmonies of #1A965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A965A

Black with #1A965A

Text Example


Text Example

White with #1A965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,150,90); }

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

background-color css

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

 a { background-color: rgb(26,150,90); }

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

border-color css

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

 span { border-color: rgb(26,150,90); }

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