Html Css Color HEX #1A9965 Elf Green

📋 copy color: '#1A9965'

red 26 ◦ green 153 ◦ blue 101

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

Shades of Elf Green #1A9965

Tints of Elf Green #1A9965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.64%

 BLUE value IS 101 (39.84% from 255) = 36.07%

R = 9.29%
G = 54.64%
B = 36.07%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#1A9965 (or 0x1A9965) is known color: Elf Green. HEX triplet: 1A, 99 and 65. RGB value is (26,153,101). Sum of RGB (Red+Green+Blue) = 26+153+101=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #1A9965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9965 is #E5669A. Grayscale: #6D6D6D. Windows color (decimal): -15034011 or 6658330. OLE color: 6658330.

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

Color convert

RGB 26 153 101 -
CMYK 0.83 0 0.34 0.4
HSL 155.43º 0.71% 0.35% -
HSV(B) 155.43º 0.83% 0.6% -
XYZ 14.17 23.94 16.19 -
YUV 109.1 123.42 68.73 -
System Red Green Blue C M Y K H S L
Decimal 26 153 101 0.83 0 0.34 0.4 155.43 0.71 0.35
Hex 1A 99 65 53 0 22 28 9B 47 23
Octal 32 231 145 123 0 42 50 233 107 43
Binary 11010 10011001 1100101 1010011 0 100010 101000 10011011 1000111 100011

Color Harmonies of #1A9965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9965

Black with #1A9965

Text Example


Text Example

White with #1A9965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,153,101); }

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

background-color css

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

 a { background-color: rgb(26,153,101); }

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

border-color css

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

 span { border-color: rgb(26,153,101); }

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