Html Css Color HEX #6ABD1A Christi

📋 copy color: '#6ABD1A'

red 106 ◦ green 189 ◦ blue 26

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

Shades of Christi #6ABD1A

Tints of Christi #6ABD1A

RGB

 RED value IS 106 (41.8% from 255) = 33.02%

 GREEN value IS 189 (74.22% from 255) = 58.88%

 BLUE value IS 26 (10.55% from 255) = 8.1%

R = 33.02%
G = 58.88%
B = 8.1%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#6ABD1A (or 0x6ABD1A) is known color: Christi. HEX triplet: 6A, BD and 1A. RGB value is (106,189,26). Sum of RGB (Red+Green+Blue) = 106+189+26=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 189 (74.22% from 255 or 58.88% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABD1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABD1A is #9542E5. Grayscale: #929292. Windows color (decimal): -9781990 or 1752426. OLE color: 1752426.

HSL color Cylindrical-coordinate representation of color #6ABD1A: hue angle of 90.55º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6ABD1A is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 189 26 -
CMYK 0.44 0 0.86 0.26
HSL 90.55º 0.76% 0.42% -
HSV(B) 90.55º 0.86% 0.74% -
XYZ 24.33 39.53 7.33 -
YUV 145.6 60.5 99.75 -
System Red Green Blue C M Y K H S L
Decimal 106 189 26 0.44 0 0.86 0.26 90.55 0.76 0.42
Hex 6A BD 1A 2C 0 56 1A 5B 4C 2A
Octal 152 275 32 54 0 126 32 133 114 52
Binary 1101010 10111101 11010 101100 0 1010110 11010 1011011 1001100 101010

Color Harmonies of #6ABD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABD1A

Black with #6ABD1A

Text Example


Text Example

White with #6ABD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ABD1A; }

 p { color: rgb(106,189,26); }

 H1.HeaderClassName
 {
   color: #6ABD1A;
 }
 .AnyTagClassName
 {
   color: #6ABD1A;
 }
</style>

background-color css

<style>
 a { background-color: #6ABD1A; }

 a { background-color: rgb(106,189,26); }

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

border-color css

<style>
 span { border-color: #6ABD1A; }

 span { border-color: rgb(106,189,26); }

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