Html Css Color HEX #6AB31A Christi

📋 copy color: '#6AB31A'

red 106 ◦ green 179 ◦ blue 26

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

Shades of Christi #6AB31A

Tints of Christi #6AB31A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.56%

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

R = 34.08%
G = 57.56%
B = 8.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#6AB31A (or 0x6AB31A) is known color: Christi. HEX triplet: 6A, B3 and 1A. RGB value is (106,179,26). Sum of RGB (Red+Green+Blue) = 106+179+26=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB31A is #954CE5. Grayscale: #8C8C8C. Windows color (decimal): -9784550 or 1749866. OLE color: 1749866.

HSL color Cylindrical-coordinate representation of color #6AB31A: hue angle of 88.63º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6AB31A is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 106 179 26 -
CMYK 0.41 0 0.85 0.30
HSL 88.63º 0.75% 0.4% -
HSV(B) 88.63º 0.85% 0.7% -
XYZ 22.25 35.38 6.63 -
YUV 139.73 63.82 103.94 -
System Red Green Blue C M Y K H S L
Decimal 106 179 26 0.41 0 0.85 0.30 88.63 0.75 0.4
Hex 6A B3 1A 29 0 55 1E 59 4B 28
Octal 152 263 32 51 0 125 36 131 113 50
Binary 1101010 10110011 11010 101001 0 1010101 11110 1011001 1001011 101000

Color Harmonies of #6AB31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB31A

Black with #6AB31A

Text Example


Text Example

White with #6AB31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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